HEX: #D387CC
RGB: (211,135,204)
Il colore #D387CC contiene principalmente il rosso e il blu. Per il #D387CC il colore web safe è #CC99CC (#C9C).
Il colore D387CC in RGB è definito come 211,135,204
RGB: (211,135,204)
(83%, 53%, 80%)
R 211 da 255 = 83%
G 135 da 255 = 53%
B 204 da 255 = 80%
R + G + B ~ 72%. #D387CC colore abbastanza chiaro.
R + G + B = 211 + 135 + 204 = 550 (100%)
R 211 da 550 ~ 38.36%
G 135 da 550 ~ 24.55%
B 204 da 550 ~ 37.09'%
Il colore #D387CC in CMYK è definito come 0,36,3,17.
CMYK: (0,36,3,17)
C0M36Y3K17 (0%, 36%, 3%, 17%)
(0.00 / 0.36 / 0.03 / 0.17)
Il #D387CC nei modelli di colore popolari.
D3 | 87 | CC | |
---|---|---|---|
RGB | 211 | 135 | 204 |
HSL | 306° | 46.34% | 67.84% |
HSB/HSV | 306° | 36.02% | 82.75% |
CMYK | 0.00% | 36.02% | 3.32% |
17.25% |
Il #D387CC nei modelli numerici popolari.
Esadicemale | D3 | 87 | CC |
Decimale | 211 | 135 | 204 |
Binario | 11010011 | 10000111 | 11001100 |
Ottale | 323 | 207 | 314 |
Tonalità scure del colore #D387CC
Tonalità chiare del colore #D387CC
Esempi dei codici css e html per gli elementi di colore #D387CC. Utilizzate rgb(211,135,204) anche al posto del codice hex.
.myTextColor { color: #D387CC; }
<p style="color:#D387CC">This sample text font color is #D387CC.</p>
Il colore di questo testo è #D387CC.
.myBgColor { background-color: #D387CC; }
<div style="background-color:#D387CC">Inner text</div>
Questo div ha lo sfondo di colore #D387CC.
.myBorderColor { border: 1px solid #D387CC; }
<div style="border:3px solid #D387CC">Div</div>
Questo div ha i bordi di colore D387CC.
.myOpacity80 { color: #D387CC; opacity: 0.8; }
<p style="color:#D387CC;opacity:0.8;">80%</p>
Il testo di color #D387CC e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D387CC;}
<p style="text-shadow: 3px 3px 1px #D387CC">Text here.</p>
Questo testo ha l'ombra di colore #D387CC.
.textShadow {text-shadow: 3px 3px 1px #D387CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D387CC, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D387CC e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D387CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D387CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #D387CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D387CC;
-webkit-box-shadow: 1px 1px 3px 2px #D387CC;
box-shadow: 1px 1px 3px 2px #D387CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D387CC; -webkit-box-shadow: 1px 1px 3px 2px #D387CC; box-shadow:1px 1px 3px 2px #D387CC;">
Div content here
</div>
Questo e il testo di colore #D387CC sullo sfondo nero.
Questo e il testo di colore #D387CC sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D387CC.
Questo è un testo bianco sullo sfondo del colore #D387CC.
Il colore complimentare del #hex è #2C7833..