Shades of Plum #DEA9DD
Tints of Plum #DEA9DD
RGB
CMYK
RGB Variations
Color information
#DEA9DD (or 0xDEA9DD) is known color: Plum. HEX triplet: DE, A9 and DD. RGB value is (222,169,221). Sum of RGB (Red+Green+Blue) = 222+169+221=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9DD is #215622. Grayscale: #BEBEBE. Windows color (decimal): -2184739 or 14526942. OLE color: 14526942.
HSL color Cylindrical-coordinate representation of color #DEA9DD: hue angle of 301.13º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA9DD is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 169 | 221 | - |
| CMYK | 0 | 0.24 | 0.00 | 0.13 |
| HSL | 301.13º | 0.45% | 0.77% | - |
| HSV(B) | 301.13º | 0.24% | 0.87% | - |
| XYZ | 57.36 | 49.13 | 74.87 | - |
| YUV | 190.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 221 | 0 | 0.24 | 0.00 | 0.13 | 301.13 | 0.45 | 0.77 |
| Hex | DE | A9 | DD | 0 | 18 | 0 | D | 12D | 2D | 4D |
| Octal | 336 | 251 | 335 | 0 | 30 | 0 | 15 | 455 | 55 | 115 |
| Binary | 11011110 | 10101001 | 11011101 | 0 | 11000 | 0 | 1101 | 100101101 | 101101 | 1001101 |
Color Harmonies of #DEA9DD
Complementary color
Monochromatic Colors of #DEA9DD
Black with #DEA9DD
Text Example
Text Example
White with #DEA9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA9DD; }
p { color: rgb(222,169,221); }
H1.HeaderClassName
{
color: #DEA9DD;
}
.AnyTagClassName
{
color: #DEA9DD;
}
</style>
background-color css
<style>
a { background-color: #DEA9DD; }
a { background-color: rgb(222,169,221); }
div.DivClassName
{
background-color: #DEA9DD;
}
.BgClassName
{
background-color: #DEA9DD;
}
</style>
border-color css
<style>
span { border-color: #DEA9DD; }
span { border-color: rgb(222,169,221); }
td.TdClassName
{
border-color: #DEA9DD;
}
.TagClassName
{
border-color: #DEA9DD;
}
</style>