Shades of Plum #DB96D4
Tints of Plum #DB96D4
RGB
CMYK
RGB Variations
Color information
#DB96D4 (or 0xDB96D4) is known color: Plum. HEX triplet: DB, 96 and D4. RGB value is (219,150,212). Sum of RGB (Red+Green+Blue) = 219+150+212=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96D4 is #24692B. Grayscale: #B1B1B1. Windows color (decimal): -2386220 or 13932251. OLE color: 13932251.
HSL color Cylindrical-coordinate representation of color #DB96D4: hue angle of 306.09º 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 #DB96D4 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 212 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.14 |
| HSL | 306.09º | 0.49% | 0.72% | - |
| HSV(B) | 306.09º | 0.32% | 0.86% | - |
| XYZ | 52 | 41.63 | 67.58 | - |
| YUV | 177.7 | 147.36 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 212 | 0 | 0.32 | 0.03 | 0.14 | 306.09 | 0.49 | 0.72 |
| Hex | DB | 96 | D4 | 0 | 20 | 3 | E | 132 | 31 | 48 |
| Octal | 333 | 226 | 324 | 0 | 40 | 3 | 16 | 462 | 61 | 110 |
| Binary | 11011011 | 10010110 | 11010100 | 0 | 100000 | 11 | 1110 | 100110010 | 110001 | 1001000 |
Color Harmonies of #DB96D4
Complementary color
Monochromatic Colors of #DB96D4
Black with #DB96D4
Text Example
Text Example
White with #DB96D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96D4; }
p { color: rgb(219,150,212); }
H1.HeaderClassName
{
color: #DB96D4;
}
.AnyTagClassName
{
color: #DB96D4;
}
</style>
background-color css
<style>
a { background-color: #DB96D4; }
a { background-color: rgb(219,150,212); }
div.DivClassName
{
background-color: #DB96D4;
}
.BgClassName
{
background-color: #DB96D4;
}
</style>
border-color css
<style>
span { border-color: #DB96D4; }
span { border-color: rgb(219,150,212); }
td.TdClassName
{
border-color: #DB96D4;
}
.TagClassName
{
border-color: #DB96D4;
}
</style>