Shades of Plum #DB99D2
Tints of Plum #DB99D2
RGB
CMYK
RGB Variations
Color information
#DB99D2 (or 0xDB99D2) is known color: Plum. HEX triplet: DB, 99 and D2. RGB value is (219,153,210). Sum of RGB (Red+Green+Blue) = 219+153+210=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99D2 is #24662D. Grayscale: #B3B3B3. Windows color (decimal): -2385454 or 13801947. OLE color: 13801947.
HSL color Cylindrical-coordinate representation of color #DB99D2: hue angle of 308.18º 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 #DB99D2 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 210 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.14 |
| HSL | 308.18º | 0.48% | 0.73% | - |
| HSV(B) | 308.18º | 0.3% | 0.86% | - |
| XYZ | 52.24 | 42.5 | 66.42 | - |
| YUV | 179.23 | 145.37 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 210 | 0 | 0.30 | 0.04 | 0.14 | 308.18 | 0.48 | 0.73 |
| Hex | DB | 99 | D2 | 0 | 1E | 4 | E | 134 | 30 | 49 |
| Octal | 333 | 231 | 322 | 0 | 36 | 4 | 16 | 464 | 60 | 111 |
| Binary | 11011011 | 10011001 | 11010010 | 0 | 11110 | 100 | 1110 | 100110100 | 110000 | 1001001 |
Color Harmonies of #DB99D2
Complementary color
Monochromatic Colors of #DB99D2
Black with #DB99D2
Text Example
Text Example
White with #DB99D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99D2; }
p { color: rgb(219,153,210); }
H1.HeaderClassName
{
color: #DB99D2;
}
.AnyTagClassName
{
color: #DB99D2;
}
</style>
background-color css
<style>
a { background-color: #DB99D2; }
a { background-color: rgb(219,153,210); }
div.DivClassName
{
background-color: #DB99D2;
}
.BgClassName
{
background-color: #DB99D2;
}
</style>
border-color css
<style>
span { border-color: #DB99D2; }
span { border-color: rgb(219,153,210); }
td.TdClassName
{
border-color: #DB99D2;
}
.TagClassName
{
border-color: #DB99D2;
}
</style>