Shades of Plum #DEA6DC
Tints of Plum #DEA6DC
RGB
CMYK
RGB Variations
Color information
#DEA6DC (or 0xDEA6DC) is known color: Plum. HEX triplet: DE, A6 and DC. RGB value is (222,166,220). Sum of RGB (Red+Green+Blue) = 222+166+220=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6DC is #215923. Grayscale: #BCBCBC. Windows color (decimal): -2185508 or 14460638. OLE color: 14460638.
HSL color Cylindrical-coordinate representation of color #DEA6DC: hue angle of 302.14º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEA6DC is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 220 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.13 |
| HSL | 302.14º | 0.46% | 0.76% | - |
| HSV(B) | 302.14º | 0.25% | 0.87% | - |
| XYZ | 56.68 | 47.97 | 73.98 | - |
| YUV | 188.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 220 | 0 | 0.25 | 0.01 | 0.13 | 302.14 | 0.46 | 0.76 |
| Hex | DE | A6 | DC | 0 | 19 | 1 | D | 12E | 2E | 4C |
| Octal | 336 | 246 | 334 | 0 | 31 | 1 | 15 | 456 | 56 | 114 |
| Binary | 11011110 | 10100110 | 11011100 | 0 | 11001 | 1 | 1101 | 100101110 | 101110 | 1001100 |
Color Harmonies of #DEA6DC
Complementary color
Monochromatic Colors of #DEA6DC
Black with #DEA6DC
Text Example
Text Example
White with #DEA6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA6DC; }
p { color: rgb(222,166,220); }
H1.HeaderClassName
{
color: #DEA6DC;
}
.AnyTagClassName
{
color: #DEA6DC;
}
</style>
background-color css
<style>
a { background-color: #DEA6DC; }
a { background-color: rgb(222,166,220); }
div.DivClassName
{
background-color: #DEA6DC;
}
.BgClassName
{
background-color: #DEA6DC;
}
</style>
border-color css
<style>
span { border-color: #DEA6DC; }
span { border-color: rgb(222,166,220); }
td.TdClassName
{
border-color: #DEA6DC;
}
.TagClassName
{
border-color: #DEA6DC;
}
</style>