Shades of Plum #DEA2E2
Tints of Plum #DEA2E2
RGB
CMYK
RGB Variations
Color information
#DEA2E2 (or 0xDEA2E2) is known color: Plum. HEX triplet: DE, A2 and E2. RGB value is (222,162,226). Sum of RGB (Red+Green+Blue) = 222+162+226=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 162 (63.67% from 255 or 26.56% from 610); Blue value is 226 (88.67% from 255 or 37.05% from 610); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEA2E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA2E2 is #215D1D. Grayscale: #BBBBBB. Windows color (decimal): -2186526 or 14852830. OLE color: 14852830.
HSL color Cylindrical-coordinate representation of color #DEA2E2: hue angle of 296.25º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEA2E2 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 162 | 226 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.11 |
| HSL | 296.25º | 0.52% | 0.76% | - |
| HSV(B) | 296.25º | 0.28% | 0.89% | - |
| XYZ | 56.77 | 46.86 | 78 | - |
| YUV | 187.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 226 | 0.02 | 0.28 | 0 | 0.11 | 296.25 | 0.52 | 0.76 |
| Hex | DE | A2 | E2 | 2 | 1C | 0 | B | 128 | 34 | 4C |
| Octal | 336 | 242 | 342 | 2 | 34 | 0 | 13 | 450 | 64 | 114 |
| Binary | 11011110 | 10100010 | 11100010 | 10 | 11100 | 0 | 1011 | 100101000 | 110100 | 1001100 |
Color Harmonies of #DEA2E2
Complementary color
Monochromatic Colors of #DEA2E2
Black with #DEA2E2
Text Example
Text Example
White with #DEA2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA2E2; }
p { color: rgb(222,162,226); }
H1.HeaderClassName
{
color: #DEA2E2;
}
.AnyTagClassName
{
color: #DEA2E2;
}
</style>
background-color css
<style>
a { background-color: #DEA2E2; }
a { background-color: rgb(222,162,226); }
div.DivClassName
{
background-color: #DEA2E2;
}
.BgClassName
{
background-color: #DEA2E2;
}
</style>
border-color css
<style>
span { border-color: #DEA2E2; }
span { border-color: rgb(222,162,226); }
td.TdClassName
{
border-color: #DEA2E2;
}
.TagClassName
{
border-color: #DEA2E2;
}
</style>