Shades of Plum #DB99D5
Tints of Plum #DB99D5
RGB
CMYK
RGB Variations
Color information
#DB99D5 (or 0xDB99D5) is known color: Plum. HEX triplet: DB, 99 and D5. RGB value is (219,153,213). Sum of RGB (Red+Green+Blue) = 219+153+213=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99D5 is #24662A. Grayscale: #B3B3B3. Windows color (decimal): -2385451 or 13998555. OLE color: 13998555.
HSL color Cylindrical-coordinate representation of color #DB99D5: hue angle of 305.45º 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 #DB99D5 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 213 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.14 |
| HSL | 305.45º | 0.48% | 0.73% | - |
| HSV(B) | 305.45º | 0.3% | 0.86% | - |
| XYZ | 52.61 | 42.65 | 68.41 | - |
| YUV | 179.57 | 146.87 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 213 | 0 | 0.30 | 0.03 | 0.14 | 305.45 | 0.48 | 0.73 |
| Hex | DB | 99 | D5 | 0 | 1E | 3 | E | 131 | 30 | 49 |
| Octal | 333 | 231 | 325 | 0 | 36 | 3 | 16 | 461 | 60 | 111 |
| Binary | 11011011 | 10011001 | 11010101 | 0 | 11110 | 11 | 1110 | 100110001 | 110000 | 1001001 |
Color Harmonies of #DB99D5
Complementary color
Monochromatic Colors of #DB99D5
Black with #DB99D5
Text Example
Text Example
White with #DB99D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99D5; }
p { color: rgb(219,153,213); }
H1.HeaderClassName
{
color: #DB99D5;
}
.AnyTagClassName
{
color: #DB99D5;
}
</style>
background-color css
<style>
a { background-color: #DB99D5; }
a { background-color: rgb(219,153,213); }
div.DivClassName
{
background-color: #DB99D5;
}
.BgClassName
{
background-color: #DB99D5;
}
</style>
border-color css
<style>
span { border-color: #DB99D5; }
span { border-color: rgb(219,153,213); }
td.TdClassName
{
border-color: #DB99D5;
}
.TagClassName
{
border-color: #DB99D5;
}
</style>