Shades of Plum #DB9EE6
Tints of Plum #DB9EE6
RGB
CMYK
RGB Variations
Color information
#DB9EE6 (or 0xDB9EE6) is known color: Plum. HEX triplet: DB, 9E and E6. RGB value is (219,158,230). Sum of RGB (Red+Green+Blue) = 219+158+230=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB9EE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9EE6 is #246119. Grayscale: #B8B8B8. Windows color (decimal): -2384154 or 15113947. OLE color: 15113947.
HSL color Cylindrical-coordinate representation of color #DB9EE6: hue angle of 290.83º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB9EE6 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 158 | 230 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.10 |
| HSL | 290.83º | 0.59% | 0.76% | - |
| HSV(B) | 290.83º | 0.31% | 0.9% | - |
| XYZ | 55.72 | 45.23 | 80.66 | - |
| YUV | 184.45 | 153.71 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 230 | 0.05 | 0.31 | 0 | 0.10 | 290.83 | 0.59 | 0.76 |
| Hex | DB | 9E | E6 | 5 | 1F | 0 | A | 123 | 3B | 4C |
| Octal | 333 | 236 | 346 | 5 | 37 | 0 | 12 | 443 | 73 | 114 |
| Binary | 11011011 | 10011110 | 11100110 | 101 | 11111 | 0 | 1010 | 100100011 | 111011 | 1001100 |
Color Harmonies of #DB9EE6
Complementary color
Monochromatic Colors of #DB9EE6
Black with #DB9EE6
Text Example
Text Example
White with #DB9EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EE6; }
p { color: rgb(219,158,230); }
H1.HeaderClassName
{
color: #DB9EE6;
}
.AnyTagClassName
{
color: #DB9EE6;
}
</style>
background-color css
<style>
a { background-color: #DB9EE6; }
a { background-color: rgb(219,158,230); }
div.DivClassName
{
background-color: #DB9EE6;
}
.BgClassName
{
background-color: #DB9EE6;
}
</style>
border-color css
<style>
span { border-color: #DB9EE6; }
span { border-color: rgb(219,158,230); }
td.TdClassName
{
border-color: #DB9EE6;
}
.TagClassName
{
border-color: #DB9EE6;
}
</style>