Shades of Plum #DEA0EF
Tints of Plum #DEA0EF
RGB
CMYK
RGB Variations
Color information
#DEA0EF (or 0xDEA0EF) is known color: Plum. HEX triplet: DE, A0 and EF. RGB value is (222,160,239). Sum of RGB (Red+Green+Blue) = 222+160+239=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 160 (62.89% from 255 or 25.76% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEA0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA0EF is #215F10. Grayscale: #BBBBBB. Windows color (decimal): -2187025 or 15704286. OLE color: 15704286.
HSL color Cylindrical-coordinate representation of color #DEA0EF: hue angle of 287.09º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEA0EF is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 160 | 239 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.06 |
| HSL | 287.09º | 0.71% | 0.78% | - |
| HSV(B) | 287.09º | 0.33% | 0.94% | - |
| XYZ | 58.28 | 46.9 | 87.64 | - |
| YUV | 187.54 | 157.04 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 160 | 239 | 0.07 | 0.33 | 0 | 0.06 | 287.09 | 0.71 | 0.78 |
| Hex | DE | A0 | EF | 7 | 21 | 0 | 6 | 11F | 47 | 4E |
| Octal | 336 | 240 | 357 | 7 | 41 | 0 | 6 | 437 | 107 | 116 |
| Binary | 11011110 | 10100000 | 11101111 | 111 | 100001 | 0 | 110 | 100011111 | 1000111 | 1001110 |
Color Harmonies of #DEA0EF
Complementary color
Monochromatic Colors of #DEA0EF
Black with #DEA0EF
Text Example
Text Example
White with #DEA0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA0EF; }
p { color: rgb(222,160,239); }
H1.HeaderClassName
{
color: #DEA0EF;
}
.AnyTagClassName
{
color: #DEA0EF;
}
</style>
background-color css
<style>
a { background-color: #DEA0EF; }
a { background-color: rgb(222,160,239); }
div.DivClassName
{
background-color: #DEA0EF;
}
.BgClassName
{
background-color: #DEA0EF;
}
</style>
border-color css
<style>
span { border-color: #DEA0EF; }
span { border-color: rgb(222,160,239); }
td.TdClassName
{
border-color: #DEA0EF;
}
.TagClassName
{
border-color: #DEA0EF;
}
</style>