Shades of Plum #DEA6E1
Tints of Plum #DEA6E1
RGB
CMYK
RGB Variations
Color information
#DEA6E1 (or 0xDEA6E1) is known color: Plum. HEX triplet: DE, A6 and E1. RGB value is (222,166,225). Sum of RGB (Red+Green+Blue) = 222+166+225=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEA6E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6E1 is #21591E. Grayscale: #BDBDBD. Windows color (decimal): -2185503 or 14788318. OLE color: 14788318.
HSL color Cylindrical-coordinate representation of color #DEA6E1: hue angle of 296.95º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA6E1 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 166 | 225 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.12 |
| HSL | 296.95º | 0.5% | 0.77% | - |
| HSV(B) | 296.95º | 0.26% | 0.88% | - |
| XYZ | 57.35 | 48.24 | 77.52 | - |
| YUV | 189.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 225 | 0.01 | 0.26 | 0 | 0.12 | 296.95 | 0.5 | 0.77 |
| Hex | DE | A6 | E1 | 1 | 1A | 0 | C | 129 | 32 | 4D |
| Octal | 336 | 246 | 341 | 1 | 32 | 0 | 14 | 451 | 62 | 115 |
| Binary | 11011110 | 10100110 | 11100001 | 1 | 11010 | 0 | 1100 | 100101001 | 110010 | 1001101 |
Color Harmonies of #DEA6E1
Complementary color
Monochromatic Colors of #DEA6E1
Black with #DEA6E1
Text Example
Text Example
White with #DEA6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA6E1; }
p { color: rgb(222,166,225); }
H1.HeaderClassName
{
color: #DEA6E1;
}
.AnyTagClassName
{
color: #DEA6E1;
}
</style>
background-color css
<style>
a { background-color: #DEA6E1; }
a { background-color: rgb(222,166,225); }
div.DivClassName
{
background-color: #DEA6E1;
}
.BgClassName
{
background-color: #DEA6E1;
}
</style>
border-color css
<style>
span { border-color: #DEA6E1; }
span { border-color: rgb(222,166,225); }
td.TdClassName
{
border-color: #DEA6E1;
}
.TagClassName
{
border-color: #DEA6E1;
}
</style>