Shades of Plum #DB99D1
Tints of Plum #DB99D1
RGB
CMYK
RGB Variations
Color information
#DB99D1 (or 0xDB99D1) is known color: Plum. HEX triplet: DB, 99 and D1. RGB value is (219,153,209). Sum of RGB (Red+Green+Blue) = 219+153+209=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99D1 is #24662E. Grayscale: #B2B2B2. Windows color (decimal): -2385455 or 13736411. OLE color: 13736411.
HSL color Cylindrical-coordinate representation of color #DB99D1: hue angle of 309.09º 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 #DB99D1 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 209 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.14 |
| HSL | 309.09º | 0.48% | 0.73% | - |
| HSV(B) | 309.09º | 0.3% | 0.86% | - |
| XYZ | 52.11 | 42.45 | 65.77 | - |
| YUV | 179.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 209 | 0 | 0.30 | 0.05 | 0.14 | 309.09 | 0.48 | 0.73 |
| Hex | DB | 99 | D1 | 0 | 1E | 5 | E | 135 | 30 | 49 |
| Octal | 333 | 231 | 321 | 0 | 36 | 5 | 16 | 465 | 60 | 111 |
| Binary | 11011011 | 10011001 | 11010001 | 0 | 11110 | 101 | 1110 | 100110101 | 110000 | 1001001 |
Color Harmonies of #DB99D1
Complementary color
Monochromatic Colors of #DB99D1
Black with #DB99D1
Text Example
Text Example
White with #DB99D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99D1; }
p { color: rgb(219,153,209); }
H1.HeaderClassName
{
color: #DB99D1;
}
.AnyTagClassName
{
color: #DB99D1;
}
</style>
background-color css
<style>
a { background-color: #DB99D1; }
a { background-color: rgb(219,153,209); }
div.DivClassName
{
background-color: #DB99D1;
}
.BgClassName
{
background-color: #DB99D1;
}
</style>
border-color css
<style>
span { border-color: #DB99D1; }
span { border-color: rgb(219,153,209); }
td.TdClassName
{
border-color: #DB99D1;
}
.TagClassName
{
border-color: #DB99D1;
}
</style>