Shades of Plum #DEA6E6
Tints of Plum #DEA6E6
RGB
CMYK
RGB Variations
Color information
#DEA6E6 (or 0xDEA6E6) is known color: Plum. HEX triplet: DE, A6 and E6. RGB value is (222,166,230). Sum of RGB (Red+Green+Blue) = 222+166+230=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEA6E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA6E6 is #215919. Grayscale: #BDBDBD. Windows color (decimal): -2185498 or 15115998. OLE color: 15115998.
HSL color Cylindrical-coordinate representation of color #DEA6E6: hue angle of 292.5º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEA6E6 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 166 | 230 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.10 |
| HSL | 292.5º | 0.56% | 0.78% | - |
| HSV(B) | 292.5º | 0.28% | 0.9% | - |
| XYZ | 58.04 | 48.52 | 81.17 | - |
| YUV | 190.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 230 | 0.03 | 0.28 | 0 | 0.10 | 292.5 | 0.56 | 0.78 |
| Hex | DE | A6 | E6 | 3 | 1C | 0 | A | 124 | 38 | 4E |
| Octal | 336 | 246 | 346 | 3 | 34 | 0 | 12 | 444 | 70 | 116 |
| Binary | 11011110 | 10100110 | 11100110 | 11 | 11100 | 0 | 1010 | 100100100 | 111000 | 1001110 |
Color Harmonies of #DEA6E6
Complementary color
Monochromatic Colors of #DEA6E6
Black with #DEA6E6
Text Example
Text Example
White with #DEA6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA6E6; }
p { color: rgb(222,166,230); }
H1.HeaderClassName
{
color: #DEA6E6;
}
.AnyTagClassName
{
color: #DEA6E6;
}
</style>
background-color css
<style>
a { background-color: #DEA6E6; }
a { background-color: rgb(222,166,230); }
div.DivClassName
{
background-color: #DEA6E6;
}
.BgClassName
{
background-color: #DEA6E6;
}
</style>
border-color css
<style>
span { border-color: #DEA6E6; }
span { border-color: rgb(222,166,230); }
td.TdClassName
{
border-color: #DEA6E6;
}
.TagClassName
{
border-color: #DEA6E6;
}
</style>