Shades of Plum #DEA4D7
Tints of Plum #DEA4D7
RGB
CMYK
RGB Variations
Color information
#DEA4D7 (or 0xDEA4D7) is known color: Plum. HEX triplet: DE, A4 and D7. RGB value is (222,164,215). Sum of RGB (Red+Green+Blue) = 222+164+215=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 164 (64.45% from 255 or 27.29% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA4D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA4D7 is #215B28. Grayscale: #BBBBBB. Windows color (decimal): -2186025 or 14132446. OLE color: 14132446.
HSL color Cylindrical-coordinate representation of color #DEA4D7: hue angle of 307.24º 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 #DEA4D7 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 164 | 215 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.13 |
| HSL | 307.24º | 0.47% | 0.76% | - |
| HSV(B) | 307.24º | 0.26% | 0.87% | - |
| XYZ | 55.67 | 46.99 | 70.43 | - |
| YUV | 187.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 215 | 0 | 0.26 | 0.03 | 0.13 | 307.24 | 0.47 | 0.76 |
| Hex | DE | A4 | D7 | 0 | 1A | 3 | D | 133 | 2F | 4C |
| Octal | 336 | 244 | 327 | 0 | 32 | 3 | 15 | 463 | 57 | 114 |
| Binary | 11011110 | 10100100 | 11010111 | 0 | 11010 | 11 | 1101 | 100110011 | 101111 | 1001100 |
Color Harmonies of #DEA4D7
Complementary color
Monochromatic Colors of #DEA4D7
Black with #DEA4D7
Text Example
Text Example
White with #DEA4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA4D7; }
p { color: rgb(222,164,215); }
H1.HeaderClassName
{
color: #DEA4D7;
}
.AnyTagClassName
{
color: #DEA4D7;
}
</style>
background-color css
<style>
a { background-color: #DEA4D7; }
a { background-color: rgb(222,164,215); }
div.DivClassName
{
background-color: #DEA4D7;
}
.BgClassName
{
background-color: #DEA4D7;
}
</style>
border-color css
<style>
span { border-color: #DEA4D7; }
span { border-color: rgb(222,164,215); }
td.TdClassName
{
border-color: #DEA4D7;
}
.TagClassName
{
border-color: #DEA4D7;
}
</style>