Shades of Plum #DB96D3
Tints of Plum #DB96D3
RGB
CMYK
RGB Variations
Color information
#DB96D3 (or 0xDB96D3) is known color: Plum. HEX triplet: DB, 96 and D3. RGB value is (219,150,211). Sum of RGB (Red+Green+Blue) = 219+150+211=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96D3 is #24692C. Grayscale: #B1B1B1. Windows color (decimal): -2386221 or 13866715. OLE color: 13866715.
HSL color Cylindrical-coordinate representation of color #DB96D3: hue angle of 306.96º 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 #DB96D3 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 211 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.14 |
| HSL | 306.96º | 0.49% | 0.72% | - |
| HSV(B) | 306.96º | 0.32% | 0.86% | - |
| XYZ | 51.88 | 41.58 | 66.92 | - |
| YUV | 177.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 211 | 0 | 0.32 | 0.04 | 0.14 | 306.96 | 0.49 | 0.72 |
| Hex | DB | 96 | D3 | 0 | 20 | 4 | E | 133 | 31 | 48 |
| Octal | 333 | 226 | 323 | 0 | 40 | 4 | 16 | 463 | 61 | 110 |
| Binary | 11011011 | 10010110 | 11010011 | 0 | 100000 | 100 | 1110 | 100110011 | 110001 | 1001000 |
Color Harmonies of #DB96D3
Complementary color
Monochromatic Colors of #DB96D3
Black with #DB96D3
Text Example
Text Example
White with #DB96D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96D3; }
p { color: rgb(219,150,211); }
H1.HeaderClassName
{
color: #DB96D3;
}
.AnyTagClassName
{
color: #DB96D3;
}
</style>
background-color css
<style>
a { background-color: #DB96D3; }
a { background-color: rgb(219,150,211); }
div.DivClassName
{
background-color: #DB96D3;
}
.BgClassName
{
background-color: #DB96D3;
}
</style>
border-color css
<style>
span { border-color: #DB96D3; }
span { border-color: rgb(219,150,211); }
td.TdClassName
{
border-color: #DB96D3;
}
.TagClassName
{
border-color: #DB96D3;
}
</style>