Shades of Plum #DB9FE6
Tints of Plum #DB9FE6
RGB
CMYK
RGB Variations
Color information
#DB9FE6 (or 0xDB9FE6) is known color: Plum. HEX triplet: DB, 9F and E6. RGB value is (219,159,230). Sum of RGB (Red+Green+Blue) = 219+159+230=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB9FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9FE6 is #246019. Grayscale: #B8B8B8. Windows color (decimal): -2383898 or 15114203. OLE color: 15114203.
HSL color Cylindrical-coordinate representation of color #DB9FE6: hue angle of 290.7º 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 #DB9FE6 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 159 | 230 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.10 |
| HSL | 290.7º | 0.59% | 0.76% | - |
| HSV(B) | 290.7º | 0.31% | 0.9% | - |
| XYZ | 55.89 | 45.57 | 80.71 | - |
| YUV | 185.03 | 153.38 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 230 | 0.05 | 0.31 | 0 | 0.10 | 290.7 | 0.59 | 0.76 |
| Hex | DB | 9F | E6 | 5 | 1F | 0 | A | 123 | 3B | 4C |
| Octal | 333 | 237 | 346 | 5 | 37 | 0 | 12 | 443 | 73 | 114 |
| Binary | 11011011 | 10011111 | 11100110 | 101 | 11111 | 0 | 1010 | 100100011 | 111011 | 1001100 |
Color Harmonies of #DB9FE6
Complementary color
Monochromatic Colors of #DB9FE6
Black with #DB9FE6
Text Example
Text Example
White with #DB9FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FE6; }
p { color: rgb(219,159,230); }
H1.HeaderClassName
{
color: #DB9FE6;
}
.AnyTagClassName
{
color: #DB9FE6;
}
</style>
background-color css
<style>
a { background-color: #DB9FE6; }
a { background-color: rgb(219,159,230); }
div.DivClassName
{
background-color: #DB9FE6;
}
.BgClassName
{
background-color: #DB9FE6;
}
</style>
border-color css
<style>
span { border-color: #DB9FE6; }
span { border-color: rgb(219,159,230); }
td.TdClassName
{
border-color: #DB9FE6;
}
.TagClassName
{
border-color: #DB9FE6;
}
</style>