Shades of Violet #DE88DE
Tints of Violet #DE88DE
RGB
CMYK
RGB Variations
Color information
#DE88DE (or 0xDE88DE) is known color: Violet. HEX triplet: DE, 88 and DE. RGB value is (222,136,222). Sum of RGB (Red+Green+Blue) = 222+136+222=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE88DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE88DE is #217721. Grayscale: #ABABAB. Windows color (decimal): -2193186 or 14584030. OLE color: 14584030.
HSL color Cylindrical-coordinate representation of color #DE88DE: hue angle of 300º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE88DE is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 136 | 222 | - |
| CMYK | 0 | 0.39 | 0 | 0.13 |
| HSL | 300º | 0.57% | 0.7% | - |
| HSV(B) | 300º | 0.39% | 0.87% | - |
| XYZ | 52.11 | 38.41 | 73.77 | - |
| YUV | 171.52 | 156.49 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 136 | 222 | 0 | 0.39 | 0 | 0.13 | 300 | 0.57 | 0.7 |
| Hex | DE | 88 | DE | 0 | 27 | 0 | D | 12C | 39 | 46 |
| Octal | 336 | 210 | 336 | 0 | 47 | 0 | 15 | 454 | 71 | 106 |
| Binary | 11011110 | 10001000 | 11011110 | 0 | 100111 | 0 | 1101 | 100101100 | 111001 | 1000110 |
Color Harmonies of #DE88DE
Complementary color
Monochromatic Colors of #DE88DE
Black with #DE88DE
Text Example
Text Example
White with #DE88DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE88DE; }
p { color: rgb(222,136,222); }
H1.HeaderClassName
{
color: #DE88DE;
}
.AnyTagClassName
{
color: #DE88DE;
}
</style>
background-color css
<style>
a { background-color: #DE88DE; }
a { background-color: rgb(222,136,222); }
div.DivClassName
{
background-color: #DE88DE;
}
.BgClassName
{
background-color: #DE88DE;
}
</style>
border-color css
<style>
span { border-color: #DE88DE; }
span { border-color: rgb(222,136,222); }
td.TdClassName
{
border-color: #DE88DE;
}
.TagClassName
{
border-color: #DE88DE;
}
</style>