Shades of Plum #DEA6E0
Tints of Plum #DEA6E0
RGB
CMYK
RGB Variations
Color information
#DEA6E0 (or 0xDEA6E0) is known color: Plum. HEX triplet: DE, A6 and E0. RGB value is (222,166,224). Sum of RGB (Red+Green+Blue) = 222+166+224=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 166 (65.23% from 255 or 27.12% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEA6E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6E0 is #21591F. Grayscale: #BDBDBD. Windows color (decimal): -2185504 or 14722782. OLE color: 14722782.
HSL color Cylindrical-coordinate representation of color #DEA6E0: hue angle of 297.93º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA6E0 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 166 | 224 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.12 |
| HSL | 297.93º | 0.48% | 0.76% | - |
| HSV(B) | 297.93º | 0.26% | 0.88% | - |
| XYZ | 57.21 | 48.18 | 76.81 | - |
| YUV | 189.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 224 | 0.01 | 0.26 | 0 | 0.12 | 297.93 | 0.48 | 0.76 |
| Hex | DE | A6 | E0 | 1 | 1A | 0 | C | 12A | 30 | 4C |
| Octal | 336 | 246 | 340 | 1 | 32 | 0 | 14 | 452 | 60 | 114 |
| Binary | 11011110 | 10100110 | 11100000 | 1 | 11010 | 0 | 1100 | 100101010 | 110000 | 1001100 |
Color Harmonies of #DEA6E0
Complementary color
Monochromatic Colors of #DEA6E0
Black with #DEA6E0
Text Example
Text Example
White with #DEA6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA6E0; }
p { color: rgb(222,166,224); }
H1.HeaderClassName
{
color: #DEA6E0;
}
.AnyTagClassName
{
color: #DEA6E0;
}
</style>
background-color css
<style>
a { background-color: #DEA6E0; }
a { background-color: rgb(222,166,224); }
div.DivClassName
{
background-color: #DEA6E0;
}
.BgClassName
{
background-color: #DEA6E0;
}
</style>
border-color css
<style>
span { border-color: #DEA6E0; }
span { border-color: rgb(222,166,224); }
td.TdClassName
{
border-color: #DEA6E0;
}
.TagClassName
{
border-color: #DEA6E0;
}
</style>