Shades of Plum #DB8DD8
Tints of Plum #DB8DD8
RGB
CMYK
RGB Variations
Color information
#DB8DD8 (or 0xDB8DD8) is known color: Plum. HEX triplet: DB, 8D and D8. RGB value is (219,141,216). Sum of RGB (Red+Green+Blue) = 219+141+216=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DD8 is #247227. Grayscale: #ACACAC. Windows color (decimal): -2388520 or 14192091. OLE color: 14192091.
HSL color Cylindrical-coordinate representation of color #DB8DD8: hue angle of 302.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8DD8 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 216 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.14 |
| HSL | 302.31º | 0.52% | 0.71% | - |
| HSV(B) | 302.31º | 0.36% | 0.86% | - |
| XYZ | 51.13 | 39.07 | 69.81 | - |
| YUV | 172.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 216 | 0 | 0.36 | 0.01 | 0.14 | 302.31 | 0.52 | 0.71 |
| Hex | DB | 8D | D8 | 0 | 24 | 1 | E | 12E | 34 | 47 |
| Octal | 333 | 215 | 330 | 0 | 44 | 1 | 16 | 456 | 64 | 107 |
| Binary | 11011011 | 10001101 | 11011000 | 0 | 100100 | 1 | 1110 | 100101110 | 110100 | 1000111 |
Color Harmonies of #DB8DD8
Complementary color
Monochromatic Colors of #DB8DD8
Black with #DB8DD8
Text Example
Text Example
White with #DB8DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DD8; }
p { color: rgb(219,141,216); }
H1.HeaderClassName
{
color: #DB8DD8;
}
.AnyTagClassName
{
color: #DB8DD8;
}
</style>
background-color css
<style>
a { background-color: #DB8DD8; }
a { background-color: rgb(219,141,216); }
div.DivClassName
{
background-color: #DB8DD8;
}
.BgClassName
{
background-color: #DB8DD8;
}
</style>
border-color css
<style>
span { border-color: #DB8DD8; }
span { border-color: rgb(219,141,216); }
td.TdClassName
{
border-color: #DB8DD8;
}
.TagClassName
{
border-color: #DB8DD8;
}
</style>