Shades of Plum #DB96DB
Tints of Plum #DB96DB
RGB
CMYK
RGB Variations
Color information
#DB96DB (or 0xDB96DB) is known color: Plum. HEX triplet: DB, 96 and DB. RGB value is (219,150,219). Sum of RGB (Red+Green+Blue) = 219+150+219=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB96DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96DB is #246924. Grayscale: #B2B2B2. Windows color (decimal): -2386213 or 14391003. OLE color: 14391003.
HSL color Cylindrical-coordinate representation of color #DB96DB: hue angle of 300º 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 #DB96DB is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 150 | 219 | - |
CMYK | 0 | 0.32 | 0 | 0.14 |
HSL | 300º | 0.49% | 0.72% | - |
HSV(B) | 300º | 0.32% | 0.86% | - |
XYZ | 52.91 | 41.99 | 72.33 | - |
YUV | 178.5 | 150.86 | 156.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 150 | 219 | 0 | 0.32 | 0 | 0.14 | 300 | 0.49 | 0.72 |
Hex | DB | 96 | DB | 0 | 20 | 0 | E | 12C | 31 | 48 |
Octal | 333 | 226 | 333 | 0 | 40 | 0 | 16 | 454 | 61 | 110 |
Binary | 11011011 | 10010110 | 11011011 | 0 | 100000 | 0 | 1110 | 100101100 | 110001 | 1001000 |
Color Harmonies of #DB96DB
Complementary color
Monochromatic Colors of #DB96DB
Black with #DB96DB
Text Example
Text Example
White with #DB96DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96DB; }
p { color: rgb(219,150,219); }
H1.HeaderClassName
{
color: #DB96DB;
}
.AnyTagClassName
{
color: #DB96DB;
}
</style>
background-color css
<style>
a { background-color: #DB96DB; }
a { background-color: rgb(219,150,219); }
div.DivClassName
{
background-color: #DB96DB;
}
.BgClassName
{
background-color: #DB96DB;
}
</style>
border-color css
<style>
span { border-color: #DB96DB; }
span { border-color: rgb(219,150,219); }
td.TdClassName
{
border-color: #DB96DB;
}
.TagClassName
{
border-color: #DB96DB;
}
</style>