Shades of Plum #DEA8D9
Tints of Plum #DEA8D9
RGB
CMYK
RGB Variations
Color information
#DEA8D9 (or 0xDEA8D9) is known color: Plum. HEX triplet: DE, A8 and D9. RGB value is (222,168,217). Sum of RGB (Red+Green+Blue) = 222+168+217=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8D9 is #215726. Grayscale: #BDBDBD. Windows color (decimal): -2184999 or 14264542. OLE color: 14264542.
HSL color Cylindrical-coordinate representation of color #DEA8D9: hue angle of 305.56º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA8D9 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 217 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.13 |
| HSL | 305.56º | 0.45% | 0.76% | - |
| HSV(B) | 305.56º | 0.24% | 0.87% | - |
| XYZ | 56.65 | 48.54 | 72.03 | - |
| YUV | 189.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 217 | 0 | 0.24 | 0.02 | 0.13 | 305.56 | 0.45 | 0.76 |
| Hex | DE | A8 | D9 | 0 | 18 | 2 | D | 132 | 2D | 4C |
| Octal | 336 | 250 | 331 | 0 | 30 | 2 | 15 | 462 | 55 | 114 |
| Binary | 11011110 | 10101000 | 11011001 | 0 | 11000 | 10 | 1101 | 100110010 | 101101 | 1001100 |
Color Harmonies of #DEA8D9
Complementary color
Monochromatic Colors of #DEA8D9
Black with #DEA8D9
Text Example
Text Example
White with #DEA8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA8D9; }
p { color: rgb(222,168,217); }
H1.HeaderClassName
{
color: #DEA8D9;
}
.AnyTagClassName
{
color: #DEA8D9;
}
</style>
background-color css
<style>
a { background-color: #DEA8D9; }
a { background-color: rgb(222,168,217); }
div.DivClassName
{
background-color: #DEA8D9;
}
.BgClassName
{
background-color: #DEA8D9;
}
</style>
border-color css
<style>
span { border-color: #DEA8D9; }
span { border-color: rgb(222,168,217); }
td.TdClassName
{
border-color: #DEA8D9;
}
.TagClassName
{
border-color: #DEA8D9;
}
</style>