Shades of Plum #DB99D9
Tints of Plum #DB99D9
RGB
CMYK
RGB Variations
Color information
#DB99D9 (or 0xDB99D9) is known color: Plum. HEX triplet: DB, 99 and D9. RGB value is (219,153,217). Sum of RGB (Red+Green+Blue) = 219+153+217=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99D9 is #246626. Grayscale: #B3B3B3. Windows color (decimal): -2385447 or 14260699. OLE color: 14260699.
HSL color Cylindrical-coordinate representation of color #DB99D9: hue angle of 301.82º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB99D9 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 217 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.14 |
| HSL | 301.82º | 0.48% | 0.73% | - |
| HSV(B) | 301.82º | 0.3% | 0.86% | - |
| XYZ | 53.13 | 42.85 | 71.12 | - |
| YUV | 180.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 217 | 0 | 0.30 | 0.01 | 0.14 | 301.82 | 0.48 | 0.73 |
| Hex | DB | 99 | D9 | 0 | 1E | 1 | E | 12E | 30 | 49 |
| Octal | 333 | 231 | 331 | 0 | 36 | 1 | 16 | 456 | 60 | 111 |
| Binary | 11011011 | 10011001 | 11011001 | 0 | 11110 | 1 | 1110 | 100101110 | 110000 | 1001001 |
Color Harmonies of #DB99D9
Complementary color
Monochromatic Colors of #DB99D9
Black with #DB99D9
Text Example
Text Example
White with #DB99D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99D9; }
p { color: rgb(219,153,217); }
H1.HeaderClassName
{
color: #DB99D9;
}
.AnyTagClassName
{
color: #DB99D9;
}
</style>
background-color css
<style>
a { background-color: #DB99D9; }
a { background-color: rgb(219,153,217); }
div.DivClassName
{
background-color: #DB99D9;
}
.BgClassName
{
background-color: #DB99D9;
}
</style>
border-color css
<style>
span { border-color: #DB99D9; }
span { border-color: rgb(219,153,217); }
td.TdClassName
{
border-color: #DB99D9;
}
.TagClassName
{
border-color: #DB99D9;
}
</style>