Shades of Violet #DE8DE8
Tints of Violet #DE8DE8
RGB
CMYK
RGB Variations
Color information
#DE8DE8 (or 0xDE8DE8) is known color: Violet. HEX triplet: DE, 8D and E8. RGB value is (222,141,232). Sum of RGB (Red+Green+Blue) = 222+141+232=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #DE8DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8DE8 is #217217. Grayscale: #AFAFAF. Windows color (decimal): -2191896 or 15240670. OLE color: 15240670.
HSL color Cylindrical-coordinate representation of color #DE8DE8: hue angle of 293.41º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE8DE8 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 141 | 232 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.09 |
| HSL | 293.41º | 0.66% | 0.73% | - |
| HSV(B) | 293.41º | 0.39% | 0.91% | - |
| XYZ | 54.21 | 40.41 | 81.29 | - |
| YUV | 175.59 | 159.84 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 141 | 232 | 0.04 | 0.39 | 0 | 0.09 | 293.41 | 0.66 | 0.73 |
| Hex | DE | 8D | E8 | 4 | 27 | 0 | 9 | 125 | 42 | 49 |
| Octal | 336 | 215 | 350 | 4 | 47 | 0 | 11 | 445 | 102 | 111 |
| Binary | 11011110 | 10001101 | 11101000 | 100 | 100111 | 0 | 1001 | 100100101 | 1000010 | 1001001 |
Color Harmonies of #DE8DE8
Complementary color
Monochromatic Colors of #DE8DE8
Black with #DE8DE8
Text Example
Text Example
White with #DE8DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8DE8; }
p { color: rgb(222,141,232); }
H1.HeaderClassName
{
color: #DE8DE8;
}
.AnyTagClassName
{
color: #DE8DE8;
}
</style>
background-color css
<style>
a { background-color: #DE8DE8; }
a { background-color: rgb(222,141,232); }
div.DivClassName
{
background-color: #DE8DE8;
}
.BgClassName
{
background-color: #DE8DE8;
}
</style>
border-color css
<style>
span { border-color: #DE8DE8; }
span { border-color: rgb(222,141,232); }
td.TdClassName
{
border-color: #DE8DE8;
}
.TagClassName
{
border-color: #DE8DE8;
}
</style>