Shades of Violet #DE88E1
Tints of Violet #DE88E1
RGB
CMYK
RGB Variations
Color information
#DE88E1 (or 0xDE88E1) is known color: Violet. HEX triplet: DE, 88 and E1. RGB value is (222,136,225). Sum of RGB (Red+Green+Blue) = 222+136+225=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE88E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE88E1 is #21771E. Grayscale: #ABABAB. Windows color (decimal): -2193183 or 14780638. OLE color: 14780638.
HSL color Cylindrical-coordinate representation of color #DE88E1: hue angle of 297.98º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE88E1 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 136 | 225 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.12 |
| HSL | 297.98º | 0.6% | 0.71% | - |
| HSV(B) | 297.98º | 0.4% | 0.88% | - |
| XYZ | 52.52 | 38.57 | 75.91 | - |
| YUV | 171.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 136 | 225 | 0.01 | 0.40 | 0 | 0.12 | 297.98 | 0.6 | 0.71 |
| Hex | DE | 88 | E1 | 1 | 28 | 0 | C | 12A | 3C | 47 |
| Octal | 336 | 210 | 341 | 1 | 50 | 0 | 14 | 452 | 74 | 107 |
| Binary | 11011110 | 10001000 | 11100001 | 1 | 101000 | 0 | 1100 | 100101010 | 111100 | 1000111 |
Color Harmonies of #DE88E1
Complementary color
Monochromatic Colors of #DE88E1
Black with #DE88E1
Text Example
Text Example
White with #DE88E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE88E1; }
p { color: rgb(222,136,225); }
H1.HeaderClassName
{
color: #DE88E1;
}
.AnyTagClassName
{
color: #DE88E1;
}
</style>
background-color css
<style>
a { background-color: #DE88E1; }
a { background-color: rgb(222,136,225); }
div.DivClassName
{
background-color: #DE88E1;
}
.BgClassName
{
background-color: #DE88E1;
}
</style>
border-color css
<style>
span { border-color: #DE88E1; }
span { border-color: rgb(222,136,225); }
td.TdClassName
{
border-color: #DE88E1;
}
.TagClassName
{
border-color: #DE88E1;
}
</style>