Shades of Plum #DB96D5
Tints of Plum #DB96D5
RGB
CMYK
RGB Variations
Color information
#DB96D5 (or 0xDB96D5) is known color: Plum. HEX triplet: DB, 96 and D5. RGB value is (219,150,213). Sum of RGB (Red+Green+Blue) = 219+150+213=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96D5 is #24692A. Grayscale: #B1B1B1. Windows color (decimal): -2386219 or 13997787. OLE color: 13997787.
HSL color Cylindrical-coordinate representation of color #DB96D5: hue angle of 305.22º 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 #DB96D5 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 213 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.14 |
| HSL | 305.22º | 0.49% | 0.72% | - |
| HSV(B) | 305.22º | 0.32% | 0.86% | - |
| XYZ | 52.13 | 41.68 | 68.25 | - |
| YUV | 177.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 213 | 0 | 0.32 | 0.03 | 0.14 | 305.22 | 0.49 | 0.72 |
| Hex | DB | 96 | D5 | 0 | 20 | 3 | E | 131 | 31 | 48 |
| Octal | 333 | 226 | 325 | 0 | 40 | 3 | 16 | 461 | 61 | 110 |
| Binary | 11011011 | 10010110 | 11010101 | 0 | 100000 | 11 | 1110 | 100110001 | 110001 | 1001000 |
Color Harmonies of #DB96D5
Complementary color
Monochromatic Colors of #DB96D5
Black with #DB96D5
Text Example
Text Example
White with #DB96D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96D5; }
p { color: rgb(219,150,213); }
H1.HeaderClassName
{
color: #DB96D5;
}
.AnyTagClassName
{
color: #DB96D5;
}
</style>
background-color css
<style>
a { background-color: #DB96D5; }
a { background-color: rgb(219,150,213); }
div.DivClassName
{
background-color: #DB96D5;
}
.BgClassName
{
background-color: #DB96D5;
}
</style>
border-color css
<style>
span { border-color: #DB96D5; }
span { border-color: rgb(219,150,213); }
td.TdClassName
{
border-color: #DB96D5;
}
.TagClassName
{
border-color: #DB96D5;
}
</style>