HEX: #D998E9
RGB: (217,152,233)
Il colore #D998E9 contiene principalmente il rosso e il blu. Per il #D998E9 il colore web safe è #CC99FF (#C9F).
Il colore D998E9 in RGB è definito come 217,152,233
RGB: (217,152,233) (85%,60%,91%)
R 217 da 255 = 85%
G 152 da 255 = 60%
B 233 da 255 = 91%
R + G + B ~ 79%. #D998E9 colore abbastanza chiaro.
R + G + B =
217 + 152 + 233 = 602 (100%)
R 217 da 602 ~ 36.05%
G 152 da 602 ~ 25.25%
B 233 da 602 ~ 38.7%
Il colore #D998E9 in CMYK è definito come 7,35,0,9.
CMYK: (7,35,0,9) C7M35Y0K9 (7%,35%,0%,9%) (0.07/0.35/0.00/0.09)
D9 | 98 | E9 | |
---|---|---|---|
RGB | 217 | 152 | 233 |
HSL | 288° | 64.80% | 75.49% |
HSB/HSV | 288° | 34.76% | 91.37% |
CMYK | 6.87% | 34.76% | 0.00% |
8.63% |
Esadicemale | D9 | 98 | E9 |
Decimale | 217 | 152 | 233 |
Binario | 11011001 | 10011000 | 11101001 |
Ottale | 331 | 230 | 351 |
Esempi dei codici css e html per gli elementi di colore #D998E9. Utilizzate rgb(217,152,233) anche al posto del codice hex.
.myTextColor { color: #D998E9; }
<p style="color:#D998E9">This sample text font color is #D998E9.</p>
Il colore di questo testo è #D998E9.
.myBgColor { background-color: #D998E9; }
<div style="background-color:#D998E9">Inner text</div>
Questo div ha lo sfondo di colore #D998E9.
.myBorderColor { border: 1px solid #D998E9; }
<div style="border:3px solid #D998E9">Div</div>
Questo div ha i bordi di colore D998E9.
.myOpacity80 { color: #D998E9; opacity: 0.8; }
<p style="color:#D998E9;opacity:0.8;">80%</p>
Il testo di color #D998E9 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D998E9;}
<p style="text-shadow: 3px 3px 1px #D998E9">Text here.</p>
Questo testo ha l'ombra di colore #D998E9.
.textShadow {text-shadow: 3px 3px 1px #D998E9, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D998E9, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D998E9 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D998E9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D998E9, Direction=45, Strength=4)">Text</p>
This text has shadow with #D998E9 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D998E9; -webkit-box-shadow: 1px 1px 3px 2px #D998E9; box-shadow: 1px 1px 3px 2px #D998E9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D998E9; -webkit-box-shadow: 1px 1px 3px 2px #D998E9; box-shadow:1px 1px 3px 2px #D998E9;">
Div content here</div>
Questo e il testo di colore #D998E9 sullo sfondo nero.
Questo e il testo di colore #D998E9 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D998E9.
Questo è un testo bianco sullo sfondo del colore #D998E9.