Shades of Violet #DE87F0
Tints of Violet #DE87F0
RGB
CMYK
RGB Variations
Color information
#DE87F0 (or 0xDE87F0) is known color: Violet. HEX triplet: DE, 87 and F0. RGB value is (222,135,240). Sum of RGB (Red+Green+Blue) = 222+135+240=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 135 (53.12% from 255 or 22.61% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #DE87F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE87F0 is #21780F. Grayscale: #ACACAC. Windows color (decimal): -2193424 or 15763422. OLE color: 15763422.
HSL color Cylindrical-coordinate representation of color #DE87F0: hue angle of 289.71º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE87F0 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 135 | 240 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.06 |
| HSL | 289.71º | 0.78% | 0.74% | - |
| HSV(B) | 289.71º | 0.44% | 0.94% | - |
| XYZ | 54.52 | 39.15 | 87.12 | - |
| YUV | 172.98 | 165.82 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 135 | 240 | 0.08 | 0.44 | 0 | 0.06 | 289.71 | 0.78 | 0.74 |
| Hex | DE | 87 | F0 | 8 | 2C | 0 | 6 | 122 | 4E | 4A |
| Octal | 336 | 207 | 360 | 10 | 54 | 0 | 6 | 442 | 116 | 112 |
| Binary | 11011110 | 10000111 | 11110000 | 1000 | 101100 | 0 | 110 | 100100010 | 1001110 | 1001010 |
Color Harmonies of #DE87F0
Complementary color
Monochromatic Colors of #DE87F0
Black with #DE87F0
Text Example
Text Example
White with #DE87F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE87F0; }
p { color: rgb(222,135,240); }
H1.HeaderClassName
{
color: #DE87F0;
}
.AnyTagClassName
{
color: #DE87F0;
}
</style>
background-color css
<style>
a { background-color: #DE87F0; }
a { background-color: rgb(222,135,240); }
div.DivClassName
{
background-color: #DE87F0;
}
.BgClassName
{
background-color: #DE87F0;
}
</style>
border-color css
<style>
span { border-color: #DE87F0; }
span { border-color: rgb(222,135,240); }
td.TdClassName
{
border-color: #DE87F0;
}
.TagClassName
{
border-color: #DE87F0;
}
</style>