HEX: #D585C1
RGB: (213,133,193)
Il colore #D585C1 contiene principalmente il rosso e il blu. Per il #D585C1 il colore web safe è #CC99CC (#C9C).
Il colore D585C1 in RGB è definito come 213,133,193
RGB: (213,133,193) (84%,52%,76%)
R 213 da 255 = 84%
G 133 da 255 = 52%
B 193 da 255 = 76%
R + G + B ~ 71%. #D585C1 colore abbastanza chiaro.
R + G + B =
213 + 133 + 193 = 539 (100%)
R 213 da 539 ~ 39.52%
G 133 da 539 ~ 24.68%
B 193 da 539 ~ 35.81%
Il colore #D585C1 in CMYK è definito come 0,38,9,16.
CMYK: (0,38,9,16) C0M38Y9K16 (0%,38%,9%,16%) (0.00/0.38/0.09/0.16)
D5 | 85 | C1 | |
---|---|---|---|
RGB | 213 | 133 | 193 |
HSL | 315° | 48.78% | 67.84% |
HSB/HSV | 315° | 37.56% | 83.53% |
CMYK | 0.00% | 37.56% | 9.39% |
16.47% |
Esadicemale | D5 | 85 | C1 |
Decimale | 213 | 133 | 193 |
Binario | 11010101 | 10000101 | 11000001 |
Ottale | 325 | 205 | 301 |
Esempi dei codici css e html per gli elementi di colore #D585C1. Utilizzate rgb(213,133,193) anche al posto del codice hex.
.myTextColor { color: #D585C1; }
<p style="color:#D585C1">This sample text font color is #D585C1.</p>
Il colore di questo testo è #D585C1.
.myBgColor { background-color: #D585C1; }
<div style="background-color:#D585C1">Inner text</div>
Questo div ha lo sfondo di colore #D585C1.
.myBorderColor { border: 1px solid #D585C1; }
<div style="border:3px solid #D585C1">Div</div>
Questo div ha i bordi di colore D585C1.
.myOpacity80 { color: #D585C1; opacity: 0.8; }
<p style="color:#D585C1;opacity:0.8;">80%</p>
Il testo di color #D585C1 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D585C1;}
<p style="text-shadow: 3px 3px 1px #D585C1">Text here.</p>
Questo testo ha l'ombra di colore #D585C1.
.textShadow {text-shadow: 3px 3px 1px #D585C1, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D585C1, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D585C1 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D585C1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D585C1, Direction=45, Strength=4)">Text</p>
This text has shadow with #D585C1 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D585C1; -webkit-box-shadow: 1px 1px 3px 2px #D585C1; box-shadow: 1px 1px 3px 2px #D585C1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D585C1; -webkit-box-shadow: 1px 1px 3px 2px #D585C1; box-shadow:1px 1px 3px 2px #D585C1;">
Div content here</div>
Questo e il testo di colore #D585C1 sullo sfondo nero.
Questo e il testo di colore #D585C1 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D585C1.
Questo è un testo bianco sullo sfondo del colore #D585C1.