Shades of Plum #DEA6DB
Tints of Plum #DEA6DB
RGB
CMYK
RGB Variations
Color information
#DEA6DB (or 0xDEA6DB) is known color: Plum. HEX triplet: DE, A6 and DB. RGB value is (222,166,219). Sum of RGB (Red+Green+Blue) = 222+166+219=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6DB is #215924. Grayscale: #BCBCBC. Windows color (decimal): -2185509 or 14395102. OLE color: 14395102.
HSL color Cylindrical-coordinate representation of color #DEA6DB: hue angle of 303.21º 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 #DEA6DB is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 219 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.13 |
| HSL | 303.21º | 0.46% | 0.76% | - |
| HSV(B) | 303.21º | 0.25% | 0.87% | - |
| XYZ | 56.55 | 47.92 | 73.29 | - |
| YUV | 188.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 219 | 0 | 0.25 | 0.01 | 0.13 | 303.21 | 0.46 | 0.76 |
| Hex | DE | A6 | DB | 0 | 19 | 1 | D | 12F | 2E | 4C |
| Octal | 336 | 246 | 333 | 0 | 31 | 1 | 15 | 457 | 56 | 114 |
| Binary | 11011110 | 10100110 | 11011011 | 0 | 11001 | 1 | 1101 | 100101111 | 101110 | 1001100 |
Color Harmonies of #DEA6DB
Complementary color
Monochromatic Colors of #DEA6DB
Black with #DEA6DB
Text Example
Text Example
White with #DEA6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA6DB; }
p { color: rgb(222,166,219); }
H1.HeaderClassName
{
color: #DEA6DB;
}
.AnyTagClassName
{
color: #DEA6DB;
}
</style>
background-color css
<style>
a { background-color: #DEA6DB; }
a { background-color: rgb(222,166,219); }
div.DivClassName
{
background-color: #DEA6DB;
}
.BgClassName
{
background-color: #DEA6DB;
}
</style>
border-color css
<style>
span { border-color: #DEA6DB; }
span { border-color: rgb(222,166,219); }
td.TdClassName
{
border-color: #DEA6DB;
}
.TagClassName
{
border-color: #DEA6DB;
}
</style>