Shades of Plum #DB99CE
Tints of Plum #DB99CE
RGB
CMYK
RGB Variations
Color information
#DB99CE (or 0xDB99CE) is known color: Plum. HEX triplet: DB, 99 and CE. RGB value is (219,153,206). Sum of RGB (Red+Green+Blue) = 219+153+206=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99CE is #246631. Grayscale: #B2B2B2. Windows color (decimal): -2385458 or 13539803. OLE color: 13539803.
HSL color Cylindrical-coordinate representation of color #DB99CE: hue angle of 311.82º 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 #DB99CE is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 206 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.14 |
| HSL | 311.82º | 0.48% | 0.73% | - |
| HSV(B) | 311.82º | 0.3% | 0.86% | - |
| XYZ | 51.75 | 42.3 | 63.83 | - |
| YUV | 178.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 206 | 0 | 0.30 | 0.06 | 0.14 | 311.82 | 0.48 | 0.73 |
| Hex | DB | 99 | CE | 0 | 1E | 6 | E | 138 | 30 | 49 |
| Octal | 333 | 231 | 316 | 0 | 36 | 6 | 16 | 470 | 60 | 111 |
| Binary | 11011011 | 10011001 | 11001110 | 0 | 11110 | 110 | 1110 | 100111000 | 110000 | 1001001 |
Color Harmonies of #DB99CE
Complementary color
Monochromatic Colors of #DB99CE
Black with #DB99CE
Text Example
Text Example
White with #DB99CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99CE; }
p { color: rgb(219,153,206); }
H1.HeaderClassName
{
color: #DB99CE;
}
.AnyTagClassName
{
color: #DB99CE;
}
</style>
background-color css
<style>
a { background-color: #DB99CE; }
a { background-color: rgb(219,153,206); }
div.DivClassName
{
background-color: #DB99CE;
}
.BgClassName
{
background-color: #DB99CE;
}
</style>
border-color css
<style>
span { border-color: #DB99CE; }
span { border-color: rgb(219,153,206); }
td.TdClassName
{
border-color: #DB99CE;
}
.TagClassName
{
border-color: #DB99CE;
}
</style>