Shades of Plum #DEA4E9
Tints of Plum #DEA4E9
RGB
CMYK
RGB Variations
Color information
#DEA4E9 (or 0xDEA4E9) is known color: Plum. HEX triplet: DE, A4 and E9. RGB value is (222,164,233). Sum of RGB (Red+Green+Blue) = 222+164+233=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 164 (64.45% from 255 or 26.49% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #DEA4E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA4E9 is #215B16. Grayscale: #BCBCBC. Windows color (decimal): -2186007 or 15312094. OLE color: 15312094.
HSL color Cylindrical-coordinate representation of color #DEA4E9: hue angle of 290.43º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEA4E9 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 164 | 233 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.09 |
| HSL | 290.43º | 0.61% | 0.78% | - |
| HSV(B) | 290.43º | 0.3% | 0.91% | - |
| XYZ | 58.11 | 47.96 | 83.29 | - |
| YUV | 189.21 | 152.72 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 233 | 0.05 | 0.30 | 0 | 0.09 | 290.43 | 0.61 | 0.78 |
| Hex | DE | A4 | E9 | 5 | 1E | 0 | 9 | 122 | 3D | 4E |
| Octal | 336 | 244 | 351 | 5 | 36 | 0 | 11 | 442 | 75 | 116 |
| Binary | 11011110 | 10100100 | 11101001 | 101 | 11110 | 0 | 1001 | 100100010 | 111101 | 1001110 |
Color Harmonies of #DEA4E9
Complementary color
Monochromatic Colors of #DEA4E9
Black with #DEA4E9
Text Example
Text Example
White with #DEA4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA4E9; }
p { color: rgb(222,164,233); }
H1.HeaderClassName
{
color: #DEA4E9;
}
.AnyTagClassName
{
color: #DEA4E9;
}
</style>
background-color css
<style>
a { background-color: #DEA4E9; }
a { background-color: rgb(222,164,233); }
div.DivClassName
{
background-color: #DEA4E9;
}
.BgClassName
{
background-color: #DEA4E9;
}
</style>
border-color css
<style>
span { border-color: #DEA4E9; }
span { border-color: rgb(222,164,233); }
td.TdClassName
{
border-color: #DEA4E9;
}
.TagClassName
{
border-color: #DEA4E9;
}
</style>