Shades of Plum #DB96D9
Tints of Plum #DB96D9
RGB
CMYK
RGB Variations
Color information
#DB96D9 (or 0xDB96D9) is known color: Plum. HEX triplet: DB, 96 and D9. RGB value is (219,150,217). Sum of RGB (Red+Green+Blue) = 219+150+217=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96D9 is #246926. Grayscale: #B2B2B2. Windows color (decimal): -2386215 or 14259931. OLE color: 14259931.
HSL color Cylindrical-coordinate representation of color #DB96D9: hue angle of 301.74º 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 #DB96D9 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 217 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.14 |
| HSL | 301.74º | 0.49% | 0.72% | - |
| HSV(B) | 301.74º | 0.32% | 0.86% | - |
| XYZ | 52.64 | 41.88 | 70.96 | - |
| YUV | 178.27 | 149.86 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 217 | 0 | 0.32 | 0.01 | 0.14 | 301.74 | 0.49 | 0.72 |
| Hex | DB | 96 | D9 | 0 | 20 | 1 | E | 12E | 31 | 48 |
| Octal | 333 | 226 | 331 | 0 | 40 | 1 | 16 | 456 | 61 | 110 |
| Binary | 11011011 | 10010110 | 11011001 | 0 | 100000 | 1 | 1110 | 100101110 | 110001 | 1001000 |
Color Harmonies of #DB96D9
Complementary color
Monochromatic Colors of #DB96D9
Black with #DB96D9
Text Example
Text Example
White with #DB96D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96D9; }
p { color: rgb(219,150,217); }
H1.HeaderClassName
{
color: #DB96D9;
}
.AnyTagClassName
{
color: #DB96D9;
}
</style>
background-color css
<style>
a { background-color: #DB96D9; }
a { background-color: rgb(219,150,217); }
div.DivClassName
{
background-color: #DB96D9;
}
.BgClassName
{
background-color: #DB96D9;
}
</style>
border-color css
<style>
span { border-color: #DB96D9; }
span { border-color: rgb(219,150,217); }
td.TdClassName
{
border-color: #DB96D9;
}
.TagClassName
{
border-color: #DB96D9;
}
</style>