Shades of Violet #DF90ED
Tints of Violet #DF90ED
RGB
CMYK
RGB Variations
Color information
#DF90ED (or 0xDF90ED) is known color: Violet. HEX triplet: DF, 90 and ED. RGB value is (223,144,237). Sum of RGB (Red+Green+Blue) = 223+144+237=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF90ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF90ED is #206F12. Grayscale: #B1B1B1. Windows color (decimal): -2125587 or 15569119. OLE color: 15569119.
HSL color Cylindrical-coordinate representation of color #DF90ED: hue angle of 290.97º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF90ED is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 144 | 237 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.07 |
| HSL | 290.97º | 0.72% | 0.75% | - |
| HSV(B) | 290.97º | 0.39% | 0.93% | - |
| XYZ | 55.69 | 41.75 | 85.24 | - |
| YUV | 178.22 | 161.17 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 237 | 0.06 | 0.39 | 0 | 0.07 | 290.97 | 0.72 | 0.75 |
| Hex | DF | 90 | ED | 6 | 27 | 0 | 7 | 123 | 48 | 4B |
| Octal | 337 | 220 | 355 | 6 | 47 | 0 | 7 | 443 | 110 | 113 |
| Binary | 11011111 | 10010000 | 11101101 | 110 | 100111 | 0 | 111 | 100100011 | 1001000 | 1001011 |
Color Harmonies of #DF90ED
Complementary color
Monochromatic Colors of #DF90ED
Black with #DF90ED
Text Example
Text Example
White with #DF90ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90ED; }
p { color: rgb(223,144,237); }
H1.HeaderClassName
{
color: #DF90ED;
}
.AnyTagClassName
{
color: #DF90ED;
}
</style>
background-color css
<style>
a { background-color: #DF90ED; }
a { background-color: rgb(223,144,237); }
div.DivClassName
{
background-color: #DF90ED;
}
.BgClassName
{
background-color: #DF90ED;
}
</style>
border-color css
<style>
span { border-color: #DF90ED; }
span { border-color: rgb(223,144,237); }
td.TdClassName
{
border-color: #DF90ED;
}
.TagClassName
{
border-color: #DF90ED;
}
</style>