Shades of Plum #DB99D3
Tints of Plum #DB99D3
RGB
CMYK
RGB Variations
Color information
#DB99D3 (or 0xDB99D3) is known color: Plum. HEX triplet: DB, 99 and D3. RGB value is (219,153,211). Sum of RGB (Red+Green+Blue) = 219+153+211=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99D3 is #24662C. Grayscale: #B3B3B3. Windows color (decimal): -2385453 or 13867483. OLE color: 13867483.
HSL color Cylindrical-coordinate representation of color #DB99D3: hue angle of 307.27º 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 #DB99D3 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 211 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.14 |
| HSL | 307.27º | 0.48% | 0.73% | - |
| HSV(B) | 307.27º | 0.3% | 0.86% | - |
| XYZ | 52.36 | 42.55 | 67.08 | - |
| YUV | 179.35 | 145.87 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 211 | 0 | 0.30 | 0.04 | 0.14 | 307.27 | 0.48 | 0.73 |
| Hex | DB | 99 | D3 | 0 | 1E | 4 | E | 133 | 30 | 49 |
| Octal | 333 | 231 | 323 | 0 | 36 | 4 | 16 | 463 | 60 | 111 |
| Binary | 11011011 | 10011001 | 11010011 | 0 | 11110 | 100 | 1110 | 100110011 | 110000 | 1001001 |
Color Harmonies of #DB99D3
Complementary color
Monochromatic Colors of #DB99D3
Black with #DB99D3
Text Example
Text Example
White with #DB99D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99D3; }
p { color: rgb(219,153,211); }
H1.HeaderClassName
{
color: #DB99D3;
}
.AnyTagClassName
{
color: #DB99D3;
}
</style>
background-color css
<style>
a { background-color: #DB99D3; }
a { background-color: rgb(219,153,211); }
div.DivClassName
{
background-color: #DB99D3;
}
.BgClassName
{
background-color: #DB99D3;
}
</style>
border-color css
<style>
span { border-color: #DB99D3; }
span { border-color: rgb(219,153,211); }
td.TdClassName
{
border-color: #DB99D3;
}
.TagClassName
{
border-color: #DB99D3;
}
</style>