Shades of Plum #DEA3EC
Tints of Plum #DEA3EC
RGB
CMYK
RGB Variations
Color information
#DEA3EC (or 0xDEA3EC) is known color: Plum. HEX triplet: DE, A3 and EC. RGB value is (222,163,236). Sum of RGB (Red+Green+Blue) = 222+163+236=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 163 (64.06% from 255 or 26.25% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEA3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA3EC is #215C13. Grayscale: #BCBCBC. Windows color (decimal): -2186260 or 15508446. OLE color: 15508446.
HSL color Cylindrical-coordinate representation of color #DEA3EC: hue angle of 288.49º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEA3EC is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 163 | 236 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.07 |
| HSL | 288.49º | 0.66% | 0.78% | - |
| HSV(B) | 288.49º | 0.31% | 0.93% | - |
| XYZ | 58.36 | 47.78 | 85.5 | - |
| YUV | 188.96 | 154.55 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 236 | 0.06 | 0.31 | 0 | 0.07 | 288.49 | 0.66 | 0.78 |
| Hex | DE | A3 | EC | 6 | 1F | 0 | 7 | 120 | 42 | 4E |
| Octal | 336 | 243 | 354 | 6 | 37 | 0 | 7 | 440 | 102 | 116 |
| Binary | 11011110 | 10100011 | 11101100 | 110 | 11111 | 0 | 111 | 100100000 | 1000010 | 1001110 |
Color Harmonies of #DEA3EC
Complementary color
Monochromatic Colors of #DEA3EC
Black with #DEA3EC
Text Example
Text Example
White with #DEA3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA3EC; }
p { color: rgb(222,163,236); }
H1.HeaderClassName
{
color: #DEA3EC;
}
.AnyTagClassName
{
color: #DEA3EC;
}
</style>
background-color css
<style>
a { background-color: #DEA3EC; }
a { background-color: rgb(222,163,236); }
div.DivClassName
{
background-color: #DEA3EC;
}
.BgClassName
{
background-color: #DEA3EC;
}
</style>
border-color css
<style>
span { border-color: #DEA3EC; }
span { border-color: rgb(222,163,236); }
td.TdClassName
{
border-color: #DEA3EC;
}
.TagClassName
{
border-color: #DEA3EC;
}
</style>