Shades of Violet #DE8EE9
Tints of Violet #DE8EE9
RGB
CMYK
RGB Variations
Color information
#DE8EE9 (or 0xDE8EE9) is known color: Violet. HEX triplet: DE, 8E and E9. RGB value is (222,142,233). Sum of RGB (Red+Green+Blue) = 222+142+233=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 233 - color contains mainly: blue. Hex color #DE8EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8EE9 is #217116. Grayscale: #B0B0B0. Windows color (decimal): -2191639 or 15306462. OLE color: 15306462.
HSL color Cylindrical-coordinate representation of color #DE8EE9: hue angle of 292.75º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE8EE9 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 142 | 233 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.09 |
| HSL | 292.75º | 0.67% | 0.74% | - |
| HSV(B) | 292.75º | 0.39% | 0.91% | - |
| XYZ | 54.51 | 40.76 | 82.09 | - |
| YUV | 176.29 | 160 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 142 | 233 | 0.05 | 0.39 | 0 | 0.09 | 292.75 | 0.67 | 0.74 |
| Hex | DE | 8E | E9 | 5 | 27 | 0 | 9 | 125 | 43 | 4A |
| Octal | 336 | 216 | 351 | 5 | 47 | 0 | 11 | 445 | 103 | 112 |
| Binary | 11011110 | 10001110 | 11101001 | 101 | 100111 | 0 | 1001 | 100100101 | 1000011 | 1001010 |
Color Harmonies of #DE8EE9
Complementary color
Monochromatic Colors of #DE8EE9
Black with #DE8EE9
Text Example
Text Example
White with #DE8EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8EE9; }
p { color: rgb(222,142,233); }
H1.HeaderClassName
{
color: #DE8EE9;
}
.AnyTagClassName
{
color: #DE8EE9;
}
</style>
background-color css
<style>
a { background-color: #DE8EE9; }
a { background-color: rgb(222,142,233); }
div.DivClassName
{
background-color: #DE8EE9;
}
.BgClassName
{
background-color: #DE8EE9;
}
</style>
border-color css
<style>
span { border-color: #DE8EE9; }
span { border-color: rgb(222,142,233); }
td.TdClassName
{
border-color: #DE8EE9;
}
.TagClassName
{
border-color: #DE8EE9;
}
</style>