Shades of Plum #DB8DD7
Tints of Plum #DB8DD7
RGB
CMYK
RGB Variations
Color information
#DB8DD7 (or 0xDB8DD7) is known color: Plum. HEX triplet: DB, 8D and D7. RGB value is (219,141,215). Sum of RGB (Red+Green+Blue) = 219+141+215=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DD7 is #247228. Grayscale: #ACACAC. Windows color (decimal): -2388521 or 14126555. OLE color: 14126555.
HSL color Cylindrical-coordinate representation of color #DB8DD7: hue angle of 303.08º 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 #DB8DD7 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 215 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.14 |
| HSL | 303.08º | 0.52% | 0.71% | - |
| HSV(B) | 303.08º | 0.36% | 0.86% | - |
| XYZ | 51 | 39.02 | 69.13 | - |
| YUV | 172.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 215 | 0 | 0.36 | 0.02 | 0.14 | 303.08 | 0.52 | 0.71 |
| Hex | DB | 8D | D7 | 0 | 24 | 2 | E | 12F | 34 | 47 |
| Octal | 333 | 215 | 327 | 0 | 44 | 2 | 16 | 457 | 64 | 107 |
| Binary | 11011011 | 10001101 | 11010111 | 0 | 100100 | 10 | 1110 | 100101111 | 110100 | 1000111 |
Color Harmonies of #DB8DD7
Complementary color
Monochromatic Colors of #DB8DD7
Black with #DB8DD7
Text Example
Text Example
White with #DB8DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DD7; }
p { color: rgb(219,141,215); }
H1.HeaderClassName
{
color: #DB8DD7;
}
.AnyTagClassName
{
color: #DB8DD7;
}
</style>
background-color css
<style>
a { background-color: #DB8DD7; }
a { background-color: rgb(219,141,215); }
div.DivClassName
{
background-color: #DB8DD7;
}
.BgClassName
{
background-color: #DB8DD7;
}
</style>
border-color css
<style>
span { border-color: #DB8DD7; }
span { border-color: rgb(219,141,215); }
td.TdClassName
{
border-color: #DB8DD7;
}
.TagClassName
{
border-color: #DB8DD7;
}
</style>