Shades of Violet #DE87E0
Tints of Violet #DE87E0
RGB
CMYK
RGB Variations
Color information
#DE87E0 (or 0xDE87E0) is known color: Violet. HEX triplet: DE, 87 and E0. RGB value is (222,135,224). Sum of RGB (Red+Green+Blue) = 222+135+224=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 135 (53.12% from 255 or 23.24% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE87E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE87E0 is #21781F. Grayscale: #AAAAAA. Windows color (decimal): -2193440 or 14714846. OLE color: 14714846.
HSL color Cylindrical-coordinate representation of color #DE87E0: hue angle of 298.65º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE87E0 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 135 | 224 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.12 |
| HSL | 298.65º | 0.59% | 0.7% | - |
| HSV(B) | 298.65º | 0.4% | 0.88% | - |
| XYZ | 52.24 | 38.24 | 75.15 | - |
| YUV | 171.16 | 157.82 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 135 | 224 | 0.01 | 0.40 | 0 | 0.12 | 298.65 | 0.59 | 0.7 |
| Hex | DE | 87 | E0 | 1 | 28 | 0 | C | 12B | 3B | 46 |
| Octal | 336 | 207 | 340 | 1 | 50 | 0 | 14 | 453 | 73 | 106 |
| Binary | 11011110 | 10000111 | 11100000 | 1 | 101000 | 0 | 1100 | 100101011 | 111011 | 1000110 |
Color Harmonies of #DE87E0
Complementary color
Monochromatic Colors of #DE87E0
Black with #DE87E0
Text Example
Text Example
White with #DE87E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE87E0; }
p { color: rgb(222,135,224); }
H1.HeaderClassName
{
color: #DE87E0;
}
.AnyTagClassName
{
color: #DE87E0;
}
</style>
background-color css
<style>
a { background-color: #DE87E0; }
a { background-color: rgb(222,135,224); }
div.DivClassName
{
background-color: #DE87E0;
}
.BgClassName
{
background-color: #DE87E0;
}
</style>
border-color css
<style>
span { border-color: #DE87E0; }
span { border-color: rgb(222,135,224); }
td.TdClassName
{
border-color: #DE87E0;
}
.TagClassName
{
border-color: #DE87E0;
}
</style>