Shades of Plum #DEA4DD
Tints of Plum #DEA4DD
RGB
CMYK
RGB Variations
Color information
#DEA4DD (or 0xDEA4DD) is known color: Plum. HEX triplet: DE, A4 and DD. RGB value is (222,164,221). Sum of RGB (Red+Green+Blue) = 222+164+221=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA4DD is #215B22. Grayscale: #BBBBBB. Windows color (decimal): -2186019 or 14525662. OLE color: 14525662.
HSL color Cylindrical-coordinate representation of color #DEA4DD: hue angle of 301.03º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA4DD is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 164 | 221 | - |
| CMYK | 0 | 0.26 | 0.00 | 0.13 |
| HSL | 301.03º | 0.47% | 0.76% | - |
| HSV(B) | 301.03º | 0.26% | 0.87% | - |
| XYZ | 56.45 | 47.3 | 74.56 | - |
| YUV | 187.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 221 | 0 | 0.26 | 0.00 | 0.13 | 301.03 | 0.47 | 0.76 |
| Hex | DE | A4 | DD | 0 | 1A | 0 | D | 12D | 2F | 4C |
| Octal | 336 | 244 | 335 | 0 | 32 | 0 | 15 | 455 | 57 | 114 |
| Binary | 11011110 | 10100100 | 11011101 | 0 | 11010 | 0 | 1101 | 100101101 | 101111 | 1001100 |
Color Harmonies of #DEA4DD
Complementary color
Monochromatic Colors of #DEA4DD
Black with #DEA4DD
Text Example
Text Example
White with #DEA4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA4DD; }
p { color: rgb(222,164,221); }
H1.HeaderClassName
{
color: #DEA4DD;
}
.AnyTagClassName
{
color: #DEA4DD;
}
</style>
background-color css
<style>
a { background-color: #DEA4DD; }
a { background-color: rgb(222,164,221); }
div.DivClassName
{
background-color: #DEA4DD;
}
.BgClassName
{
background-color: #DEA4DD;
}
</style>
border-color css
<style>
span { border-color: #DEA4DD; }
span { border-color: rgb(222,164,221); }
td.TdClassName
{
border-color: #DEA4DD;
}
.TagClassName
{
border-color: #DEA4DD;
}
</style>