Shades of Plum #DEACDD
Tints of Plum #DEACDD
RGB
CMYK
RGB Variations
Color information
#DEACDD (or 0xDEACDD) is known color: Plum. HEX triplet: DE, AC and DD. RGB value is (222,172,221). Sum of RGB (Red+Green+Blue) = 222+172+221=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACDD is #215322. Grayscale: #C0C0C0. Windows color (decimal): -2183971 or 14527710. OLE color: 14527710.
HSL color Cylindrical-coordinate representation of color #DEACDD: hue angle of 301.2º degrees, saturation: 0.43, 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 #DEACDD is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 221 | - |
| CMYK | 0 | 0.23 | 0.00 | 0.13 |
| HSL | 301.2º | 0.43% | 0.77% | - |
| HSV(B) | 301.2º | 0.23% | 0.87% | - |
| XYZ | 57.93 | 50.26 | 75.05 | - |
| YUV | 192.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 221 | 0 | 0.23 | 0.00 | 0.13 | 301.2 | 0.43 | 0.77 |
| Hex | DE | AC | DD | 0 | 17 | 0 | D | 12D | 2B | 4D |
| Octal | 336 | 254 | 335 | 0 | 27 | 0 | 15 | 455 | 53 | 115 |
| Binary | 11011110 | 10101100 | 11011101 | 0 | 10111 | 0 | 1101 | 100101101 | 101011 | 1001101 |
Color Harmonies of #DEACDD
Complementary color
Monochromatic Colors of #DEACDD
Black with #DEACDD
Text Example
Text Example
White with #DEACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACDD; }
p { color: rgb(222,172,221); }
H1.HeaderClassName
{
color: #DEACDD;
}
.AnyTagClassName
{
color: #DEACDD;
}
</style>
background-color css
<style>
a { background-color: #DEACDD; }
a { background-color: rgb(222,172,221); }
div.DivClassName
{
background-color: #DEACDD;
}
.BgClassName
{
background-color: #DEACDD;
}
</style>
border-color css
<style>
span { border-color: #DEACDD; }
span { border-color: rgb(222,172,221); }
td.TdClassName
{
border-color: #DEACDD;
}
.TagClassName
{
border-color: #DEACDD;
}
</style>