Shades of Plum #DEAADE
Tints of Plum #DEAADE
RGB
CMYK
RGB Variations
Color information
#DEAADE (or 0xDEAADE) is known color: Plum. HEX triplet: DE, AA and DE. RGB value is (222,170,222). Sum of RGB (Red+Green+Blue) = 222+170+222=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEAADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAADE is #215521. Grayscale: #BFBFBF. Windows color (decimal): -2184482 or 14592734. OLE color: 14592734.
HSL color Cylindrical-coordinate representation of color #DEAADE: hue angle of 300º 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 #DEAADE is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 222 | - |
| CMYK | 0 | 0.23 | 0 | 0.13 |
| HSL | 300º | 0.44% | 0.77% | - |
| HSV(B) | 300º | 0.23% | 0.87% | - |
| XYZ | 57.68 | 49.55 | 75.63 | - |
| YUV | 191.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 222 | 0 | 0.23 | 0 | 0.13 | 300 | 0.44 | 0.77 |
| Hex | DE | AA | DE | 0 | 17 | 0 | D | 12C | 2C | 4D |
| Octal | 336 | 252 | 336 | 0 | 27 | 0 | 15 | 454 | 54 | 115 |
| Binary | 11011110 | 10101010 | 11011110 | 0 | 10111 | 0 | 1101 | 100101100 | 101100 | 1001101 |
Color Harmonies of #DEAADE
Complementary color
Monochromatic Colors of #DEAADE
Black with #DEAADE
Text Example
Text Example
White with #DEAADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAADE; }
p { color: rgb(222,170,222); }
H1.HeaderClassName
{
color: #DEAADE;
}
.AnyTagClassName
{
color: #DEAADE;
}
</style>
background-color css
<style>
a { background-color: #DEAADE; }
a { background-color: rgb(222,170,222); }
div.DivClassName
{
background-color: #DEAADE;
}
.BgClassName
{
background-color: #DEAADE;
}
</style>
border-color css
<style>
span { border-color: #DEAADE; }
span { border-color: rgb(222,170,222); }
td.TdClassName
{
border-color: #DEAADE;
}
.TagClassName
{
border-color: #DEAADE;
}
</style>