Shades of Plum #DEAADD
Tints of Plum #DEAADD
RGB
CMYK
RGB Variations
Color information
#DEAADD (or 0xDEAADD) is known color: Plum. HEX triplet: DE, AA and DD. RGB value is (222,170,221). Sum of RGB (Red+Green+Blue) = 222+170+221=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAADD is #215522. Grayscale: #BFBFBF. Windows color (decimal): -2184483 or 14527198. OLE color: 14527198.
HSL color Cylindrical-coordinate representation of color #DEAADD: hue angle of 301.15º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEAADD is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 221 | - |
| CMYK | 0 | 0.23 | 0.00 | 0.13 |
| HSL | 301.15º | 0.44% | 0.77% | - |
| HSV(B) | 301.15º | 0.23% | 0.87% | - |
| XYZ | 57.55 | 49.5 | 74.93 | - |
| YUV | 191.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 221 | 0 | 0.23 | 0.00 | 0.13 | 301.15 | 0.44 | 0.77 |
| Hex | DE | AA | DD | 0 | 17 | 0 | D | 12D | 2C | 4D |
| Octal | 336 | 252 | 335 | 0 | 27 | 0 | 15 | 455 | 54 | 115 |
| Binary | 11011110 | 10101010 | 11011101 | 0 | 10111 | 0 | 1101 | 100101101 | 101100 | 1001101 |
Color Harmonies of #DEAADD
Complementary color
Monochromatic Colors of #DEAADD
Black with #DEAADD
Text Example
Text Example
White with #DEAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAADD; }
p { color: rgb(222,170,221); }
H1.HeaderClassName
{
color: #DEAADD;
}
.AnyTagClassName
{
color: #DEAADD;
}
</style>
background-color css
<style>
a { background-color: #DEAADD; }
a { background-color: rgb(222,170,221); }
div.DivClassName
{
background-color: #DEAADD;
}
.BgClassName
{
background-color: #DEAADD;
}
</style>
border-color css
<style>
span { border-color: #DEAADD; }
span { border-color: rgb(222,170,221); }
td.TdClassName
{
border-color: #DEAADD;
}
.TagClassName
{
border-color: #DEAADD;
}
</style>