Shades of Plum #DEA6E7
Tints of Plum #DEA6E7
RGB
CMYK
RGB Variations
Color information
#DEA6E7 (or 0xDEA6E7) is known color: Plum. HEX triplet: DE, A6 and E7. RGB value is (222,166,231). Sum of RGB (Red+Green+Blue) = 222+166+231=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 166 (65.23% from 255 or 26.82% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEA6E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA6E7 is #215918. Grayscale: #BDBDBD. Windows color (decimal): -2185497 or 15181534. OLE color: 15181534.
HSL color Cylindrical-coordinate representation of color #DEA6E7: hue angle of 291.69º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEA6E7 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 166 | 231 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.09 |
| HSL | 291.69º | 0.58% | 0.78% | - |
| HSV(B) | 291.69º | 0.28% | 0.91% | - |
| XYZ | 58.18 | 48.57 | 81.91 | - |
| YUV | 190.15 | 151.05 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 231 | 0.04 | 0.28 | 0 | 0.09 | 291.69 | 0.58 | 0.78 |
| Hex | DE | A6 | E7 | 4 | 1C | 0 | 9 | 124 | 3A | 4E |
| Octal | 336 | 246 | 347 | 4 | 34 | 0 | 11 | 444 | 72 | 116 |
| Binary | 11011110 | 10100110 | 11100111 | 100 | 11100 | 0 | 1001 | 100100100 | 111010 | 1001110 |
Color Harmonies of #DEA6E7
Complementary color
Monochromatic Colors of #DEA6E7
Black with #DEA6E7
Text Example
Text Example
White with #DEA6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA6E7; }
p { color: rgb(222,166,231); }
H1.HeaderClassName
{
color: #DEA6E7;
}
.AnyTagClassName
{
color: #DEA6E7;
}
</style>
background-color css
<style>
a { background-color: #DEA6E7; }
a { background-color: rgb(222,166,231); }
div.DivClassName
{
background-color: #DEA6E7;
}
.BgClassName
{
background-color: #DEA6E7;
}
</style>
border-color css
<style>
span { border-color: #DEA6E7; }
span { border-color: rgb(222,166,231); }
td.TdClassName
{
border-color: #DEA6E7;
}
.TagClassName
{
border-color: #DEA6E7;
}
</style>