Shades of Violet #DE87EE
Tints of Violet #DE87EE
RGB
CMYK
RGB Variations
Color information
#DE87EE (or 0xDE87EE) is known color: Violet. HEX triplet: DE, 87 and EE. RGB value is (222,135,238). Sum of RGB (Red+Green+Blue) = 222+135+238=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 135 (53.12% from 255 or 22.69% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE87EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE87EE is #217811. Grayscale: #ACACAC. Windows color (decimal): -2193426 or 15632350. OLE color: 15632350.
HSL color Cylindrical-coordinate representation of color #DE87EE: hue angle of 290.68º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE87EE is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 135 | 238 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.07 |
| HSL | 290.68º | 0.75% | 0.73% | - |
| HSV(B) | 290.68º | 0.43% | 0.93% | - |
| XYZ | 54.22 | 39.03 | 85.56 | - |
| YUV | 172.76 | 164.82 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 135 | 238 | 0.07 | 0.43 | 0 | 0.07 | 290.68 | 0.75 | 0.73 |
| Hex | DE | 87 | EE | 7 | 2B | 0 | 7 | 123 | 4B | 49 |
| Octal | 336 | 207 | 356 | 7 | 53 | 0 | 7 | 443 | 113 | 111 |
| Binary | 11011110 | 10000111 | 11101110 | 111 | 101011 | 0 | 111 | 100100011 | 1001011 | 1001001 |
Color Harmonies of #DE87EE
Complementary color
Monochromatic Colors of #DE87EE
Black with #DE87EE
Text Example
Text Example
White with #DE87EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE87EE; }
p { color: rgb(222,135,238); }
H1.HeaderClassName
{
color: #DE87EE;
}
.AnyTagClassName
{
color: #DE87EE;
}
</style>
background-color css
<style>
a { background-color: #DE87EE; }
a { background-color: rgb(222,135,238); }
div.DivClassName
{
background-color: #DE87EE;
}
.BgClassName
{
background-color: #DE87EE;
}
</style>
border-color css
<style>
span { border-color: #DE87EE; }
span { border-color: rgb(222,135,238); }
td.TdClassName
{
border-color: #DE87EE;
}
.TagClassName
{
border-color: #DE87EE;
}
</style>