Shades of Plum #DB9DD9
Tints of Plum #DB9DD9
RGB
CMYK
RGB Variations
Color information
#DB9DD9 (or 0xDB9DD9) is known color: Plum. HEX triplet: DB, 9D and D9. RGB value is (219,157,217). Sum of RGB (Red+Green+Blue) = 219+157+217=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DD9 is #246226. Grayscale: #B6B6B6. Windows color (decimal): -2384423 or 14261723. OLE color: 14261723.
HSL color Cylindrical-coordinate representation of color #DB9DD9: hue angle of 301.94º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DD9 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 217 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.14 |
| HSL | 301.94º | 0.46% | 0.74% | - |
| HSV(B) | 301.94º | 0.28% | 0.86% | - |
| XYZ | 53.79 | 44.18 | 71.34 | - |
| YUV | 182.38 | 147.54 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 217 | 0 | 0.28 | 0.01 | 0.14 | 301.94 | 0.46 | 0.74 |
| Hex | DB | 9D | D9 | 0 | 1C | 1 | E | 12E | 2E | 4A |
| Octal | 333 | 235 | 331 | 0 | 34 | 1 | 16 | 456 | 56 | 112 |
| Binary | 11011011 | 10011101 | 11011001 | 0 | 11100 | 1 | 1110 | 100101110 | 101110 | 1001010 |
Color Harmonies of #DB9DD9
Complementary color
Monochromatic Colors of #DB9DD9
Black with #DB9DD9
Text Example
Text Example
White with #DB9DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DD9; }
p { color: rgb(219,157,217); }
H1.HeaderClassName
{
color: #DB9DD9;
}
.AnyTagClassName
{
color: #DB9DD9;
}
</style>
background-color css
<style>
a { background-color: #DB9DD9; }
a { background-color: rgb(219,157,217); }
div.DivClassName
{
background-color: #DB9DD9;
}
.BgClassName
{
background-color: #DB9DD9;
}
</style>
border-color css
<style>
span { border-color: #DB9DD9; }
span { border-color: rgb(219,157,217); }
td.TdClassName
{
border-color: #DB9DD9;
}
.TagClassName
{
border-color: #DB9DD9;
}
</style>