Shades of Plum #DEA9E2
Tints of Plum #DEA9E2
RGB
CMYK
RGB Variations
Color information
#DEA9E2 (or 0xDEA9E2) is known color: Plum. HEX triplet: DE, A9 and E2. RGB value is (222,169,226). Sum of RGB (Red+Green+Blue) = 222+169+226=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEA9E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9E2 is #21561D. Grayscale: #BFBFBF. Windows color (decimal): -2184734 or 14854622. OLE color: 14854622.
HSL color Cylindrical-coordinate representation of color #DEA9E2: hue angle of 295.79º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEA9E2 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 169 | 226 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.11 |
| HSL | 295.79º | 0.5% | 0.77% | - |
| HSV(B) | 295.79º | 0.25% | 0.89% | - |
| XYZ | 58.04 | 49.4 | 78.43 | - |
| YUV | 191.35 | 147.56 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 226 | 0.02 | 0.25 | 0 | 0.11 | 295.79 | 0.5 | 0.77 |
| Hex | DE | A9 | E2 | 2 | 19 | 0 | B | 128 | 32 | 4D |
| Octal | 336 | 251 | 342 | 2 | 31 | 0 | 13 | 450 | 62 | 115 |
| Binary | 11011110 | 10101001 | 11100010 | 10 | 11001 | 0 | 1011 | 100101000 | 110010 | 1001101 |
Color Harmonies of #DEA9E2
Complementary color
Monochromatic Colors of #DEA9E2
Black with #DEA9E2
Text Example
Text Example
White with #DEA9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA9E2; }
p { color: rgb(222,169,226); }
H1.HeaderClassName
{
color: #DEA9E2;
}
.AnyTagClassName
{
color: #DEA9E2;
}
</style>
background-color css
<style>
a { background-color: #DEA9E2; }
a { background-color: rgb(222,169,226); }
div.DivClassName
{
background-color: #DEA9E2;
}
.BgClassName
{
background-color: #DEA9E2;
}
</style>
border-color css
<style>
span { border-color: #DEA9E2; }
span { border-color: rgb(222,169,226); }
td.TdClassName
{
border-color: #DEA9E2;
}
.TagClassName
{
border-color: #DEA9E2;
}
</style>