HEX: #D395F9
RGB: (211,149,249)
Il colore #D395F9 contiene principalmente il rosso e il blu. Per il #D395F9 il colore web safe è #CC99FF (#C9F).
Il colore D395F9 in RGB è definito come 211,149,249
RGB: (211,149,249) (83%,58%,98%)
R 211 da 255 = 83%
G 149 da 255 = 58%
B 249 da 255 = 98%
R + G + B ~ 80%. #D395F9 colore abbastanza chiaro.
R + G + B =
211 + 149 + 249 = 609 (100%)
R 211 da 609 ~ 34.65%
G 149 da 609 ~ 24.47%
B 249 da 609 ~ 40.89%
Il colore #D395F9 in CMYK è definito come 15,40,0,2.
CMYK: (15,40,0,2) C15M40Y0K2 (15%,40%,0%,2%) (0.15/0.40/0.00/0.02)
D3 | 95 | F9 | |
---|---|---|---|
RGB | 211 | 149 | 249 |
HSL | 277° | 89.29% | 78.04% |
HSB/HSV | 277° | 40.16% | 97.65% |
CMYK | 15.26% | 40.16% | 0.00% |
2.35% |
Esadicemale | D3 | 95 | F9 |
Decimale | 211 | 149 | 249 |
Binario | 11010011 | 10010101 | 11111001 |
Ottale | 323 | 225 | 371 |
Esempi dei codici css e html per gli elementi di colore #D395F9. Utilizzate rgb(211,149,249) anche al posto del codice hex.
.myTextColor { color: #D395F9; }
<p style="color:#D395F9">This sample text font color is #D395F9.</p>
Il colore di questo testo è #D395F9.
.myBgColor { background-color: #D395F9; }
<div style="background-color:#D395F9">Inner text</div>
Questo div ha lo sfondo di colore #D395F9.
.myBorderColor { border: 1px solid #D395F9; }
<div style="border:3px solid #D395F9">Div</div>
Questo div ha i bordi di colore D395F9.
.myOpacity80 { color: #D395F9; opacity: 0.8; }
<p style="color:#D395F9;opacity:0.8;">80%</p>
Il testo di color #D395F9 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D395F9;}
<p style="text-shadow: 3px 3px 1px #D395F9">Text here.</p>
Questo testo ha l'ombra di colore #D395F9.
.textShadow {text-shadow: 3px 3px 1px #D395F9, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D395F9, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D395F9 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D395F9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D395F9, Direction=45, Strength=4)">Text</p>
This text has shadow with #D395F9 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D395F9; -webkit-box-shadow: 1px 1px 3px 2px #D395F9; box-shadow: 1px 1px 3px 2px #D395F9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D395F9; -webkit-box-shadow: 1px 1px 3px 2px #D395F9; box-shadow:1px 1px 3px 2px #D395F9;">
Div content here</div>
Questo e il testo di colore #D395F9 sullo sfondo nero.
Questo e il testo di colore #D395F9 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D395F9.
Questo è un testo bianco sullo sfondo del colore #D395F9.