Shades of Plum #DB96D0
Tints of Plum #DB96D0
RGB
CMYK
RGB Variations
Color information
#DB96D0 (or 0xDB96D0) is known color: Plum. HEX triplet: DB, 96 and D0. RGB value is (219,150,208). Sum of RGB (Red+Green+Blue) = 219+150+208=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96D0 is #24692F. Grayscale: #B1B1B1. Windows color (decimal): -2386224 or 13670107. OLE color: 13670107.
HSL color Cylindrical-coordinate representation of color #DB96D0: hue angle of 309.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB96D0 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 208 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.14 |
| HSL | 309.57º | 0.49% | 0.72% | - |
| HSV(B) | 309.57º | 0.32% | 0.86% | - |
| XYZ | 51.5 | 41.43 | 64.96 | - |
| YUV | 177.24 | 145.36 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 208 | 0 | 0.32 | 0.05 | 0.14 | 309.57 | 0.49 | 0.72 |
| Hex | DB | 96 | D0 | 0 | 20 | 5 | E | 136 | 31 | 48 |
| Octal | 333 | 226 | 320 | 0 | 40 | 5 | 16 | 466 | 61 | 110 |
| Binary | 11011011 | 10010110 | 11010000 | 0 | 100000 | 101 | 1110 | 100110110 | 110001 | 1001000 |
Color Harmonies of #DB96D0
Complementary color
Monochromatic Colors of #DB96D0
Black with #DB96D0
Text Example
Text Example
White with #DB96D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96D0; }
p { color: rgb(219,150,208); }
H1.HeaderClassName
{
color: #DB96D0;
}
.AnyTagClassName
{
color: #DB96D0;
}
</style>
background-color css
<style>
a { background-color: #DB96D0; }
a { background-color: rgb(219,150,208); }
div.DivClassName
{
background-color: #DB96D0;
}
.BgClassName
{
background-color: #DB96D0;
}
</style>
border-color css
<style>
span { border-color: #DB96D0; }
span { border-color: rgb(219,150,208); }
td.TdClassName
{
border-color: #DB96D0;
}
.TagClassName
{
border-color: #DB96D0;
}
</style>