HEX: #D199EE
RGB: (209,153,238)
Il colore #D199EE contiene principalmente il rosso e il blu. Per il #D199EE il colore web safe è #CC99FF (#C9F).
Il colore D199EE in RGB è definito come 209,153,238
RGB: (209,153,238) (82%,60%,93%)
R 209 da 255 = 82%
G 153 da 255 = 60%
B 238 da 255 = 93%
R + G + B ~ 78%. #D199EE colore abbastanza chiaro.
R + G + B =
209 + 153 + 238 = 600 (100%)
R 209 da 600 ~ 34.83%
G 153 da 600 ~ 25.5%
B 238 da 600 ~ 39.67%
Il colore #D199EE in CMYK è definito come 12,36,0,7.
CMYK: (12,36,0,7) C12M36Y0K7 (12%,36%,0%,7%) (0.12/0.36/0.00/0.07)
D1 | 99 | EE | |
---|---|---|---|
RGB | 209 | 153 | 238 |
HSL | 280° | 71.43% | 76.67% |
HSB/HSV | 280° | 35.71% | 93.33% |
CMYK | 12.18% | 35.71% | 0.00% |
6.67% |
Esadicemale | D1 | 99 | EE |
Decimale | 209 | 153 | 238 |
Binario | 11010001 | 10011001 | 11101110 |
Ottale | 321 | 231 | 356 |
Esempi dei codici css e html per gli elementi di colore #D199EE. Utilizzate rgb(209,153,238) anche al posto del codice hex.
.myTextColor { color: #D199EE; }
<p style="color:#D199EE">This sample text font color is #D199EE.</p>
Il colore di questo testo è #D199EE.
.myBgColor { background-color: #D199EE; }
<div style="background-color:#D199EE">Inner text</div>
Questo div ha lo sfondo di colore #D199EE.
.myBorderColor { border: 1px solid #D199EE; }
<div style="border:3px solid #D199EE">Div</div>
Questo div ha i bordi di colore D199EE.
.myOpacity80 { color: #D199EE; opacity: 0.8; }
<p style="color:#D199EE;opacity:0.8;">80%</p>
Il testo di color #D199EE e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D199EE;}
<p style="text-shadow: 3px 3px 1px #D199EE">Text here.</p>
Questo testo ha l'ombra di colore #D199EE.
.textShadow {text-shadow: 3px 3px 1px #D199EE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D199EE, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D199EE e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D199EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D199EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #D199EE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D199EE; -webkit-box-shadow: 1px 1px 3px 2px #D199EE; box-shadow: 1px 1px 3px 2px #D199EE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D199EE; -webkit-box-shadow: 1px 1px 3px 2px #D199EE; box-shadow:1px 1px 3px 2px #D199EE;">
Div content here</div>
Questo e il testo di colore #D199EE sullo sfondo nero.
Questo e il testo di colore #D199EE sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D199EE.
Questo è un testo bianco sullo sfondo del colore #D199EE.