HEX: #D396B1
RGB: (211,150,177)
Il colore #D396B1 contiene principalmente il rosso e il blu. Per il #D396B1 il colore web safe è #CC9999 (#C99).
Il colore D396B1 in RGB è definito come 211,150,177
RGB: (211,150,177) (83%,59%,69%)
R 211 da 255 = 83%
G 150 da 255 = 59%
B 177 da 255 = 69%
R + G + B ~ 70%. #D396B1 colore abbastanza chiaro.
R + G + B =
211 + 150 + 177 = 538 (100%)
R 211 da 538 ~ 39.22%
G 150 da 538 ~ 27.88%
B 177 da 538 ~ 32.9%
Il colore #D396B1 in CMYK è definito come 0,29,16,17.
CMYK: (0,29,16,17) C0M29Y16K17 (0%,29%,16%,17%) (0.00/0.29/0.16/0.17)
D3 | 96 | B1 | |
---|---|---|---|
RGB | 211 | 150 | 177 |
HSL | 333° | 40.94% | 70.78% |
HSB/HSV | 333° | 28.91% | 82.75% |
CMYK | 0.00% | 28.91% | 16.11% |
17.25% |
Esadicemale | D3 | 96 | B1 |
Decimale | 211 | 150 | 177 |
Binario | 11010011 | 10010110 | 10110001 |
Ottale | 323 | 226 | 261 |
Esempi dei codici css e html per gli elementi di colore #D396B1. Utilizzate rgb(211,150,177) anche al posto del codice hex.
.myTextColor { color: #D396B1; }
<p style="color:#D396B1">This sample text font color is #D396B1.</p>
Il colore di questo testo è #D396B1.
.myBgColor { background-color: #D396B1; }
<div style="background-color:#D396B1">Inner text</div>
Questo div ha lo sfondo di colore #D396B1.
.myBorderColor { border: 1px solid #D396B1; }
<div style="border:3px solid #D396B1">Div</div>
Questo div ha i bordi di colore D396B1.
.myOpacity80 { color: #D396B1; opacity: 0.8; }
<p style="color:#D396B1;opacity:0.8;">80%</p>
Il testo di color #D396B1 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D396B1;}
<p style="text-shadow: 3px 3px 1px #D396B1">Text here.</p>
Questo testo ha l'ombra di colore #D396B1.
.textShadow {text-shadow: 3px 3px 1px #D396B1, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D396B1, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D396B1 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D396B1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D396B1, Direction=45, Strength=4)">Text</p>
This text has shadow with #D396B1 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D396B1; -webkit-box-shadow: 1px 1px 3px 2px #D396B1; box-shadow: 1px 1px 3px 2px #D396B1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D396B1; -webkit-box-shadow: 1px 1px 3px 2px #D396B1; box-shadow:1px 1px 3px 2px #D396B1;">
Div content here</div>
Questo e il testo di colore #D396B1 sullo sfondo nero.
Questo e il testo di colore #D396B1 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D396B1.
Questo è un testo bianco sullo sfondo del colore #D396B1.