HEX: #D596C3
RGB: (213,150,195)
Il colore #D596C3 contiene principalmente il rosso e il blu. Per il #D596C3 il colore web safe è #CC99CC (#C9C).
Il colore D596C3 in RGB è definito come 213,150,195
RGB: (213,150,195) (84%,59%,76%)
R 213 da 255 = 84%
G 150 da 255 = 59%
B 195 da 255 = 76%
R + G + B ~ 73%. #D596C3 colore abbastanza chiaro.
R + G + B =
213 + 150 + 195 = 558 (100%)
R 213 da 558 ~ 38.17%
G 150 da 558 ~ 26.88%
B 195 da 558 ~ 34.95%
Il colore #D596C3 in CMYK è definito come 0,30,8,16.
CMYK: (0,30,8,16) C0M30Y8K16 (0%,30%,8%,16%) (0.00/0.30/0.08/0.16)
D5 | 96 | C3 | |
---|---|---|---|
RGB | 213 | 150 | 195 |
HSL | 317° | 42.86% | 71.18% |
HSB/HSV | 317° | 29.58% | 83.53% |
CMYK | 0.00% | 29.58% | 8.45% |
16.47% |
Esadicemale | D5 | 96 | C3 |
Decimale | 213 | 150 | 195 |
Binario | 11010101 | 10010110 | 11000011 |
Ottale | 325 | 226 | 303 |
Esempi dei codici css e html per gli elementi di colore #D596C3. Utilizzate rgb(213,150,195) anche al posto del codice hex.
.myTextColor { color: #D596C3; }
<p style="color:#D596C3">This sample text font color is #D596C3.</p>
Il colore di questo testo è #D596C3.
.myBgColor { background-color: #D596C3; }
<div style="background-color:#D596C3">Inner text</div>
Questo div ha lo sfondo di colore #D596C3.
.myBorderColor { border: 1px solid #D596C3; }
<div style="border:3px solid #D596C3">Div</div>
Questo div ha i bordi di colore D596C3.
.myOpacity80 { color: #D596C3; opacity: 0.8; }
<p style="color:#D596C3;opacity:0.8;">80%</p>
Il testo di color #D596C3 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D596C3;}
<p style="text-shadow: 3px 3px 1px #D596C3">Text here.</p>
Questo testo ha l'ombra di colore #D596C3.
.textShadow {text-shadow: 3px 3px 1px #D596C3, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D596C3, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D596C3 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D596C3, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D596C3, Direction=45, Strength=4)">Text</p>
This text has shadow with #D596C3 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D596C3; -webkit-box-shadow: 1px 1px 3px 2px #D596C3; box-shadow: 1px 1px 3px 2px #D596C3; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D596C3; -webkit-box-shadow: 1px 1px 3px 2px #D596C3; box-shadow:1px 1px 3px 2px #D596C3;">
Div content here</div>
Questo e il testo di colore #D596C3 sullo sfondo nero.
Questo e il testo di colore #D596C3 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D596C3.
Questo è un testo bianco sullo sfondo del colore #D596C3.