HEX: #D477C1
RGB: (212,119,193)
Il colore #D477C1 contiene principalmente il rosso e il blu. Per il #D477C1 il colore web safe è #CC66CC (#C6C).
Il colore D477C1 in RGB è definito come 212,119,193
RGB: (212,119,193)
(83%, 47%, 76%)
R 212 da 255 = 83%
G 119 da 255 = 47%
B 193 da 255 = 76%
R + G + B ~ 69%. #D477C1 colore abbastanza chiaro.
R + G + B = 212 + 119 + 193 = 524 (100%)
R 212 da 524 ~ 40.46%
G 119 da 524 ~ 22.71%
B 193 da 524 ~ 36.83'%
Il colore #D477C1 in CMYK è definito come 0,44,9,17.
CMYK: (0,44,9,17)
C0M44Y9K17 (0%, 44%, 9%, 17%)
(0.00 / 0.44 / 0.09 / 0.17)
Il #D477C1 nei modelli di colore popolari.
D4 | 77 | C1 | |
---|---|---|---|
RGB | 212 | 119 | 193 |
HSL | 312° | 51.96% | 64.90% |
HSB/HSV | 312° | 43.87% | 83.14% |
CMYK | 0.00% | 43.87% | 8.96% |
16.86% |
Il #D477C1 nei modelli numerici popolari.
Esadicemale | D4 | 77 | C1 |
Decimale | 212 | 119 | 193 |
Binario | 11010100 | 1110111 | 11000001 |
Ottale | 324 | 167 | 301 |
Tonalità scure del colore #D477C1
Tonalità chiare del colore #D477C1
Esempi dei codici css e html per gli elementi di colore #D477C1. Utilizzate rgb(212,119,193) anche al posto del codice hex.
.myTextColor { color: #D477C1; }
<p style="color:#D477C1">This sample text font color is #D477C1.</p>
Il colore di questo testo è #D477C1.
.myBgColor { background-color: #D477C1; }
<div style="background-color:#D477C1">Inner text</div>
Questo div ha lo sfondo di colore #D477C1.
.myBorderColor { border: 1px solid #D477C1; }
<div style="border:3px solid #D477C1">Div</div>
Questo div ha i bordi di colore D477C1.
.myOpacity80 { color: #D477C1; opacity: 0.8; }
<p style="color:#D477C1;opacity:0.8;">80%</p>
Il testo di color #D477C1 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D477C1;}
<p style="text-shadow: 3px 3px 1px #D477C1">Text here.</p>
Questo testo ha l'ombra di colore #D477C1.
.textShadow {text-shadow: 3px 3px 1px #D477C1', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D477C1, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D477C1 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D477C1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D477C1, Direction=45, Strength=4)">Text</p>
This text has shadow with #D477C1 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D477C1;
-webkit-box-shadow: 1px 1px 3px 2px #D477C1;
box-shadow: 1px 1px 3px 2px #D477C1;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D477C1; -webkit-box-shadow: 1px 1px 3px 2px #D477C1; box-shadow:1px 1px 3px 2px #D477C1;">
Div content here
</div>
Questo e il testo di colore #D477C1 sullo sfondo nero.
Questo e il testo di colore #D477C1 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D477C1.
Questo è un testo bianco sullo sfondo del colore #D477C1.
Il colore complimentare del #hex è #2B883E..