Shades of Plum #DB8BD9
Tints of Plum #DB8BD9
RGB
CMYK
RGB Variations
Color information
#DB8BD9 (or 0xDB8BD9) is known color: Plum. HEX triplet: DB, 8B and D9. RGB value is (219,139,217). Sum of RGB (Red+Green+Blue) = 219+139+217=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BD9 is #247426. Grayscale: #ABABAB. Windows color (decimal): -2389031 or 14257115. OLE color: 14257115.
HSL color Cylindrical-coordinate representation of color #DB8BD9: hue angle of 301.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8BD9 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 217 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.14 |
| HSL | 301.5º | 0.53% | 0.7% | - |
| HSV(B) | 301.5º | 0.37% | 0.86% | - |
| XYZ | 50.97 | 38.54 | 70.4 | - |
| YUV | 171.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 217 | 0 | 0.37 | 0.01 | 0.14 | 301.5 | 0.53 | 0.7 |
| Hex | DB | 8B | D9 | 0 | 25 | 1 | E | 12E | 35 | 46 |
| Octal | 333 | 213 | 331 | 0 | 45 | 1 | 16 | 456 | 65 | 106 |
| Binary | 11011011 | 10001011 | 11011001 | 0 | 100101 | 1 | 1110 | 100101110 | 110101 | 1000110 |
Color Harmonies of #DB8BD9
Complementary color
Monochromatic Colors of #DB8BD9
Black with #DB8BD9
Text Example
Text Example
White with #DB8BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BD9; }
p { color: rgb(219,139,217); }
H1.HeaderClassName
{
color: #DB8BD9;
}
.AnyTagClassName
{
color: #DB8BD9;
}
</style>
background-color css
<style>
a { background-color: #DB8BD9; }
a { background-color: rgb(219,139,217); }
div.DivClassName
{
background-color: #DB8BD9;
}
.BgClassName
{
background-color: #DB8BD9;
}
</style>
border-color css
<style>
span { border-color: #DB8BD9; }
span { border-color: rgb(219,139,217); }
td.TdClassName
{
border-color: #DB8BD9;
}
.TagClassName
{
border-color: #DB8BD9;
}
</style>