Shades of Plum #DEAADA
Tints of Plum #DEAADA
RGB
CMYK
RGB Variations
Color information
#DEAADA (or 0xDEAADA) is known color: Plum. HEX triplet: DE, AA and DA. RGB value is (222,170,218). Sum of RGB (Red+Green+Blue) = 222+170+218=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAADA is #215525. Grayscale: #BEBEBE. Windows color (decimal): -2184486 or 14330590. OLE color: 14330590.
HSL color Cylindrical-coordinate representation of color #DEAADA: hue angle of 304.62º 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 #DEAADA is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 218 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.13 |
| HSL | 304.62º | 0.44% | 0.77% | - |
| HSV(B) | 304.62º | 0.23% | 0.87% | - |
| XYZ | 57.15 | 49.34 | 72.84 | - |
| YUV | 191.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 218 | 0 | 0.23 | 0.02 | 0.13 | 304.62 | 0.44 | 0.77 |
| Hex | DE | AA | DA | 0 | 17 | 2 | D | 131 | 2C | 4D |
| Octal | 336 | 252 | 332 | 0 | 27 | 2 | 15 | 461 | 54 | 115 |
| Binary | 11011110 | 10101010 | 11011010 | 0 | 10111 | 10 | 1101 | 100110001 | 101100 | 1001101 |
Color Harmonies of #DEAADA
Complementary color
Monochromatic Colors of #DEAADA
Black with #DEAADA
Text Example
Text Example
White with #DEAADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAADA; }
p { color: rgb(222,170,218); }
H1.HeaderClassName
{
color: #DEAADA;
}
.AnyTagClassName
{
color: #DEAADA;
}
</style>
background-color css
<style>
a { background-color: #DEAADA; }
a { background-color: rgb(222,170,218); }
div.DivClassName
{
background-color: #DEAADA;
}
.BgClassName
{
background-color: #DEAADA;
}
</style>
border-color css
<style>
span { border-color: #DEAADA; }
span { border-color: rgb(222,170,218); }
td.TdClassName
{
border-color: #DEAADA;
}
.TagClassName
{
border-color: #DEAADA;
}
</style>