Shades of Plum #DEA0ED
Tints of Plum #DEA0ED
RGB
CMYK
RGB Variations
Color information
#DEA0ED (or 0xDEA0ED) is known color: Plum. HEX triplet: DE, A0 and ED. RGB value is (222,160,237). Sum of RGB (Red+Green+Blue) = 222+160+237=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 160 (62.89% from 255 or 25.85% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEA0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA0ED is #215F12. Grayscale: #BBBBBB. Windows color (decimal): -2187027 or 15573214. OLE color: 15573214.
HSL color Cylindrical-coordinate representation of color #DEA0ED: hue angle of 288.31º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEA0ED is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 160 | 237 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.07 |
| HSL | 288.31º | 0.68% | 0.78% | - |
| HSV(B) | 288.31º | 0.32% | 0.93% | - |
| XYZ | 57.98 | 46.79 | 86.1 | - |
| YUV | 187.32 | 156.04 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 160 | 237 | 0.06 | 0.32 | 0 | 0.07 | 288.31 | 0.68 | 0.78 |
| Hex | DE | A0 | ED | 6 | 20 | 0 | 7 | 120 | 44 | 4E |
| Octal | 336 | 240 | 355 | 6 | 40 | 0 | 7 | 440 | 104 | 116 |
| Binary | 11011110 | 10100000 | 11101101 | 110 | 100000 | 0 | 111 | 100100000 | 1000100 | 1001110 |
Color Harmonies of #DEA0ED
Complementary color
Monochromatic Colors of #DEA0ED
Black with #DEA0ED
Text Example
Text Example
White with #DEA0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA0ED; }
p { color: rgb(222,160,237); }
H1.HeaderClassName
{
color: #DEA0ED;
}
.AnyTagClassName
{
color: #DEA0ED;
}
</style>
background-color css
<style>
a { background-color: #DEA0ED; }
a { background-color: rgb(222,160,237); }
div.DivClassName
{
background-color: #DEA0ED;
}
.BgClassName
{
background-color: #DEA0ED;
}
</style>
border-color css
<style>
span { border-color: #DEA0ED; }
span { border-color: rgb(222,160,237); }
td.TdClassName
{
border-color: #DEA0ED;
}
.TagClassName
{
border-color: #DEA0ED;
}
</style>