Shades of Plum #DB9FDB
Tints of Plum #DB9FDB
RGB
CMYK
RGB Variations
Color information
#DB9FDB (or 0xDB9FDB) is known color: Plum. HEX triplet: DB, 9F and DB. RGB value is (219,159,219). Sum of RGB (Red+Green+Blue) = 219+159+219=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB9FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FDB is #246024. Grayscale: #B7B7B7. Windows color (decimal): -2383909 or 14393307. OLE color: 14393307.
HSL color Cylindrical-coordinate representation of color #DB9FDB: hue angle of 300º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DB9FDB is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 159 | 219 | - |
CMYK | 0 | 0.27 | 0 | 0.14 |
HSL | 300º | 0.45% | 0.74% | - |
HSV(B) | 300º | 0.27% | 0.86% | - |
XYZ | 54.4 | 44.97 | 72.83 | - |
YUV | 183.78 | 147.88 | 153.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 159 | 219 | 0 | 0.27 | 0 | 0.14 | 300 | 0.45 | 0.74 |
Hex | DB | 9F | DB | 0 | 1B | 0 | E | 12C | 2D | 4A |
Octal | 333 | 237 | 333 | 0 | 33 | 0 | 16 | 454 | 55 | 112 |
Binary | 11011011 | 10011111 | 11011011 | 0 | 11011 | 0 | 1110 | 100101100 | 101101 | 1001010 |
Color Harmonies of #DB9FDB
Complementary color
Monochromatic Colors of #DB9FDB
Black with #DB9FDB
Text Example
Text Example
White with #DB9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FDB; }
p { color: rgb(219,159,219); }
H1.HeaderClassName
{
color: #DB9FDB;
}
.AnyTagClassName
{
color: #DB9FDB;
}
</style>
background-color css
<style>
a { background-color: #DB9FDB; }
a { background-color: rgb(219,159,219); }
div.DivClassName
{
background-color: #DB9FDB;
}
.BgClassName
{
background-color: #DB9FDB;
}
</style>
border-color css
<style>
span { border-color: #DB9FDB; }
span { border-color: rgb(219,159,219); }
td.TdClassName
{
border-color: #DB9FDB;
}
.TagClassName
{
border-color: #DB9FDB;
}
</style>