Shades of Plum #DEA9E1
Tints of Plum #DEA9E1
RGB
CMYK
RGB Variations
Color information
#DEA9E1 (or 0xDEA9E1) is known color: Plum. HEX triplet: DE, A9 and E1. RGB value is (222,169,225). Sum of RGB (Red+Green+Blue) = 222+169+225=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEA9E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9E1 is #21561E. Grayscale: #BFBFBF. Windows color (decimal): -2184735 or 14789086. OLE color: 14789086.
HSL color Cylindrical-coordinate representation of color #DEA9E1: hue angle of 296.79º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEA9E1 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 169 | 225 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.12 |
| HSL | 296.79º | 0.48% | 0.77% | - |
| HSV(B) | 296.79º | 0.25% | 0.88% | - |
| XYZ | 57.9 | 49.34 | 77.71 | - |
| YUV | 191.23 | 147.06 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 225 | 0.01 | 0.25 | 0 | 0.12 | 296.79 | 0.48 | 0.77 |
| Hex | DE | A9 | E1 | 1 | 19 | 0 | C | 129 | 30 | 4D |
| Octal | 336 | 251 | 341 | 1 | 31 | 0 | 14 | 451 | 60 | 115 |
| Binary | 11011110 | 10101001 | 11100001 | 1 | 11001 | 0 | 1100 | 100101001 | 110000 | 1001101 |
Color Harmonies of #DEA9E1
Complementary color
Monochromatic Colors of #DEA9E1
Black with #DEA9E1
Text Example
Text Example
White with #DEA9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA9E1; }
p { color: rgb(222,169,225); }
H1.HeaderClassName
{
color: #DEA9E1;
}
.AnyTagClassName
{
color: #DEA9E1;
}
</style>
background-color css
<style>
a { background-color: #DEA9E1; }
a { background-color: rgb(222,169,225); }
div.DivClassName
{
background-color: #DEA9E1;
}
.BgClassName
{
background-color: #DEA9E1;
}
</style>
border-color css
<style>
span { border-color: #DEA9E1; }
span { border-color: rgb(222,169,225); }
td.TdClassName
{
border-color: #DEA9E1;
}
.TagClassName
{
border-color: #DEA9E1;
}
</style>