Shades of Violet #DE87DD
Tints of Violet #DE87DD
RGB
CMYK
RGB Variations
Color information
#DE87DD (or 0xDE87DD) is known color: Violet. HEX triplet: DE, 87 and DD. RGB value is (222,135,221). Sum of RGB (Red+Green+Blue) = 222+135+221=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 135 (53.12% from 255 or 23.36% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DE87DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE87DD is #217822. Grayscale: #AAAAAA. Windows color (decimal): -2193443 or 14518238. OLE color: 14518238.
HSL color Cylindrical-coordinate representation of color #DE87DD: hue angle of 300.69º 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 #DE87DD is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 135 | 221 | - |
| CMYK | 0 | 0.39 | 0.00 | 0.13 |
| HSL | 300.69º | 0.57% | 0.7% | - |
| HSV(B) | 300.69º | 0.39% | 0.87% | - |
| XYZ | 51.84 | 38.08 | 73.02 | - |
| YUV | 170.82 | 156.32 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 135 | 221 | 0 | 0.39 | 0.00 | 0.13 | 300.69 | 0.57 | 0.7 |
| Hex | DE | 87 | DD | 0 | 27 | 0 | D | 12D | 39 | 46 |
| Octal | 336 | 207 | 335 | 0 | 47 | 0 | 15 | 455 | 71 | 106 |
| Binary | 11011110 | 10000111 | 11011101 | 0 | 100111 | 0 | 1101 | 100101101 | 111001 | 1000110 |
Color Harmonies of #DE87DD
Complementary color
Monochromatic Colors of #DE87DD
Black with #DE87DD
Text Example
Text Example
White with #DE87DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE87DD; }
p { color: rgb(222,135,221); }
H1.HeaderClassName
{
color: #DE87DD;
}
.AnyTagClassName
{
color: #DE87DD;
}
</style>
background-color css
<style>
a { background-color: #DE87DD; }
a { background-color: rgb(222,135,221); }
div.DivClassName
{
background-color: #DE87DD;
}
.BgClassName
{
background-color: #DE87DD;
}
</style>
border-color css
<style>
span { border-color: #DE87DD; }
span { border-color: rgb(222,135,221); }
td.TdClassName
{
border-color: #DE87DD;
}
.TagClassName
{
border-color: #DE87DD;
}
</style>