Shades of Plum #DB99D0
Tints of Plum #DB99D0
RGB
CMYK
RGB Variations
Color information
#DB99D0 (or 0xDB99D0) is known color: Plum. HEX triplet: DB, 99 and D0. RGB value is (219,153,208). Sum of RGB (Red+Green+Blue) = 219+153+208=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99D0 is #24662F. Grayscale: #B2B2B2. Windows color (decimal): -2385456 or 13670875. OLE color: 13670875.
HSL color Cylindrical-coordinate representation of color #DB99D0: hue angle of 310º 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 #DB99D0 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 208 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.14 |
| HSL | 310º | 0.48% | 0.73% | - |
| HSV(B) | 310º | 0.3% | 0.86% | - |
| XYZ | 51.99 | 42.4 | 65.12 | - |
| YUV | 179 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 208 | 0 | 0.30 | 0.05 | 0.14 | 310 | 0.48 | 0.73 |
| Hex | DB | 99 | D0 | 0 | 1E | 5 | E | 136 | 30 | 49 |
| Octal | 333 | 231 | 320 | 0 | 36 | 5 | 16 | 466 | 60 | 111 |
| Binary | 11011011 | 10011001 | 11010000 | 0 | 11110 | 101 | 1110 | 100110110 | 110000 | 1001001 |
Color Harmonies of #DB99D0
Complementary color
Monochromatic Colors of #DB99D0
Black with #DB99D0
Text Example
Text Example
White with #DB99D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99D0; }
p { color: rgb(219,153,208); }
H1.HeaderClassName
{
color: #DB99D0;
}
.AnyTagClassName
{
color: #DB99D0;
}
</style>
background-color css
<style>
a { background-color: #DB99D0; }
a { background-color: rgb(219,153,208); }
div.DivClassName
{
background-color: #DB99D0;
}
.BgClassName
{
background-color: #DB99D0;
}
</style>
border-color css
<style>
span { border-color: #DB99D0; }
span { border-color: rgb(219,153,208); }
td.TdClassName
{
border-color: #DB99D0;
}
.TagClassName
{
border-color: #DB99D0;
}
</style>