Shades of Plum #DEA2E4
Tints of Plum #DEA2E4
RGB
CMYK
RGB Variations
Color information
#DEA2E4 (or 0xDEA2E4) is known color: Plum. HEX triplet: DE, A2 and E4. RGB value is (222,162,228). Sum of RGB (Red+Green+Blue) = 222+162+228=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEA2E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA2E4 is #215D1B. Grayscale: #BBBBBB. Windows color (decimal): -2186524 or 14983902. OLE color: 14983902.
HSL color Cylindrical-coordinate representation of color #DEA2E4: hue angle of 294.55º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEA2E4 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 162 | 228 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.11 |
| HSL | 294.55º | 0.55% | 0.76% | - |
| HSV(B) | 294.55º | 0.29% | 0.89% | - |
| XYZ | 57.05 | 46.97 | 79.46 | - |
| YUV | 187.46 | 150.88 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 228 | 0.03 | 0.29 | 0 | 0.11 | 294.55 | 0.55 | 0.76 |
| Hex | DE | A2 | E4 | 3 | 1D | 0 | B | 127 | 37 | 4C |
| Octal | 336 | 242 | 344 | 3 | 35 | 0 | 13 | 447 | 67 | 114 |
| Binary | 11011110 | 10100010 | 11100100 | 11 | 11101 | 0 | 1011 | 100100111 | 110111 | 1001100 |
Color Harmonies of #DEA2E4
Complementary color
Monochromatic Colors of #DEA2E4
Black with #DEA2E4
Text Example
Text Example
White with #DEA2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA2E4; }
p { color: rgb(222,162,228); }
H1.HeaderClassName
{
color: #DEA2E4;
}
.AnyTagClassName
{
color: #DEA2E4;
}
</style>
background-color css
<style>
a { background-color: #DEA2E4; }
a { background-color: rgb(222,162,228); }
div.DivClassName
{
background-color: #DEA2E4;
}
.BgClassName
{
background-color: #DEA2E4;
}
</style>
border-color css
<style>
span { border-color: #DEA2E4; }
span { border-color: rgb(222,162,228); }
td.TdClassName
{
border-color: #DEA2E4;
}
.TagClassName
{
border-color: #DEA2E4;
}
</style>