Shades of Plum #DB96DA
Tints of Plum #DB96DA
RGB
CMYK
RGB Variations
Color information
#DB96DA (or 0xDB96DA) is known color: Plum. HEX triplet: DB, 96 and DA. RGB value is (219,150,218). Sum of RGB (Red+Green+Blue) = 219+150+218=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96DA is #246925. Grayscale: #B2B2B2. Windows color (decimal): -2386214 or 14325467. OLE color: 14325467.
HSL color Cylindrical-coordinate representation of color #DB96DA: hue angle of 300.87º 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 #DB96DA is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 218 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.14 |
| HSL | 300.87º | 0.49% | 0.72% | - |
| HSV(B) | 300.87º | 0.32% | 0.86% | - |
| XYZ | 52.77 | 41.93 | 71.64 | - |
| YUV | 178.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 218 | 0 | 0.32 | 0.00 | 0.14 | 300.87 | 0.49 | 0.72 |
| Hex | DB | 96 | DA | 0 | 20 | 0 | E | 12D | 31 | 48 |
| Octal | 333 | 226 | 332 | 0 | 40 | 0 | 16 | 455 | 61 | 110 |
| Binary | 11011011 | 10010110 | 11011010 | 0 | 100000 | 0 | 1110 | 100101101 | 110001 | 1001000 |
Color Harmonies of #DB96DA
Complementary color
Monochromatic Colors of #DB96DA
Black with #DB96DA
Text Example
Text Example
White with #DB96DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96DA; }
p { color: rgb(219,150,218); }
H1.HeaderClassName
{
color: #DB96DA;
}
.AnyTagClassName
{
color: #DB96DA;
}
</style>
background-color css
<style>
a { background-color: #DB96DA; }
a { background-color: rgb(219,150,218); }
div.DivClassName
{
background-color: #DB96DA;
}
.BgClassName
{
background-color: #DB96DA;
}
</style>
border-color css
<style>
span { border-color: #DB96DA; }
span { border-color: rgb(219,150,218); }
td.TdClassName
{
border-color: #DB96DA;
}
.TagClassName
{
border-color: #DB96DA;
}
</style>