Shades of Plum #DEA1DD
Tints of Plum #DEA1DD
RGB
CMYK
RGB Variations
Color information
#DEA1DD (or 0xDEA1DD) is known color: Plum. HEX triplet: DE, A1 and DD. RGB value is (222,161,221). Sum of RGB (Red+Green+Blue) = 222+161+221=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA1DD is #215E22. Grayscale: #B9B9B9. Windows color (decimal): -2186787 or 14524894. OLE color: 14524894.
HSL color Cylindrical-coordinate representation of color #DEA1DD: hue angle of 300.98º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEA1DD is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 161 | 221 | - |
| CMYK | 0 | 0.27 | 0.00 | 0.13 |
| HSL | 300.98º | 0.48% | 0.75% | - |
| HSV(B) | 300.98º | 0.27% | 0.87% | - |
| XYZ | 55.92 | 46.24 | 74.38 | - |
| YUV | 186.08 | 147.71 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 161 | 221 | 0 | 0.27 | 0.00 | 0.13 | 300.98 | 0.48 | 0.75 |
| Hex | DE | A1 | DD | 0 | 1B | 0 | D | 12D | 30 | 4B |
| Octal | 336 | 241 | 335 | 0 | 33 | 0 | 15 | 455 | 60 | 113 |
| Binary | 11011110 | 10100001 | 11011101 | 0 | 11011 | 0 | 1101 | 100101101 | 110000 | 1001011 |
Color Harmonies of #DEA1DD
Complementary color
Monochromatic Colors of #DEA1DD
Black with #DEA1DD
Text Example
Text Example
White with #DEA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA1DD; }
p { color: rgb(222,161,221); }
H1.HeaderClassName
{
color: #DEA1DD;
}
.AnyTagClassName
{
color: #DEA1DD;
}
</style>
background-color css
<style>
a { background-color: #DEA1DD; }
a { background-color: rgb(222,161,221); }
div.DivClassName
{
background-color: #DEA1DD;
}
.BgClassName
{
background-color: #DEA1DD;
}
</style>
border-color css
<style>
span { border-color: #DEA1DD; }
span { border-color: rgb(222,161,221); }
td.TdClassName
{
border-color: #DEA1DD;
}
.TagClassName
{
border-color: #DEA1DD;
}
</style>