HEX: #D31C63
RGB: (211,28,99)
Il colore #D31C63 contiene principalmente il rosso. Per il #D31C63 il colore web safe è #CC3366 (#C36).
Il colore D31C63 in RGB è definito come 211,28,99
RGB: (211,28,99) (83%,11%,39%)
R 211 da 255 = 83%
G 28 da 255 = 11%
B 99 da 255 = 39%
R + G + B ~ 44%. #D31C63 colore medio (né scuro né chiaro).
R + G + B =
211 + 28 + 99 = 338 (100%)
R 211 da 338 ~ 62.43%
G 28 da 338 ~ 8.28%
B 99 da 338 ~ 29.29%
Il colore #D31C63 in CMYK è definito come 0,87,53,17.
CMYK: (0,87,53,17) C0M87Y53K17 (0%,87%,53%,17%) (0.00/0.87/0.53/0.17)
D3 | 1C | 63 | |
---|---|---|---|
RGB | 211 | 28 | 99 |
HSL | 337° | 76.57% | 46.86% |
HSB/HSV | 337° | 86.73% | 82.75% |
CMYK | 0.00% | 86.73% | 53.08% |
17.25% |
Esadicemale | D3 | 1C | 63 |
Decimale | 211 | 28 | 99 |
Binario | 11010011 | 11100 | 1100011 |
Ottale | 323 | 34 | 143 |
Esempi dei codici css e html per gli elementi di colore #D31C63. Utilizzate rgb(211,28,99) anche al posto del codice hex.
.myTextColor { color: #D31C63; }
<p style="color:#D31C63">This sample text font color is #D31C63.</p>
Il colore di questo testo è #D31C63.
.myBgColor { background-color: #D31C63; }
<div style="background-color:#D31C63">Inner text</div>
Questo div ha lo sfondo di colore #D31C63.
.myBorderColor { border: 1px solid #D31C63; }
<div style="border:3px solid #D31C63">Div</div>
Questo div ha i bordi di colore D31C63.
.myOpacity80 { color: #D31C63; opacity: 0.8; }
<p style="color:#D31C63;opacity:0.8;">80%</p>
Il testo di color #D31C63 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D31C63;}
<p style="text-shadow: 3px 3px 1px #D31C63">Text here.</p>
Questo testo ha l'ombra di colore #D31C63.
.textShadow {text-shadow: 3px 3px 1px #D31C63, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D31C63, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D31C63 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D31C63, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D31C63, Direction=45, Strength=4)">Text</p>
This text has shadow with #D31C63 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D31C63; -webkit-box-shadow: 1px 1px 3px 2px #D31C63; box-shadow: 1px 1px 3px 2px #D31C63; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D31C63; -webkit-box-shadow: 1px 1px 3px 2px #D31C63; box-shadow:1px 1px 3px 2px #D31C63;">
Div content here</div>
Questo e il testo di colore #D31C63 sullo sfondo nero.
Questo e il testo di colore #D31C63 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D31C63.
Questo è un testo bianco sullo sfondo del colore #D31C63.