Shades of Plum #DB9CDB
Tints of Plum #DB9CDB
RGB
CMYK
RGB Variations
Color information
#DB9CDB (or 0xDB9CDB) is known color: Plum. HEX triplet: DB, 9C and DB. RGB value is (219,156,219). Sum of RGB (Red+Green+Blue) = 219+156+219=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB9CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CDB is #246324. Grayscale: #B5B5B5. Windows color (decimal): -2384677 or 14392539. OLE color: 14392539.
HSL color Cylindrical-coordinate representation of color #DB9CDB: hue angle of 300º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9CDB is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 156 | 219 | - |
CMYK | 0 | 0.29 | 0 | 0.14 |
HSL | 300º | 0.47% | 0.74% | - |
HSV(B) | 300º | 0.29% | 0.86% | - |
XYZ | 53.89 | 43.95 | 72.66 | - |
YUV | 182.02 | 148.87 | 154.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 156 | 219 | 0 | 0.29 | 0 | 0.14 | 300 | 0.47 | 0.74 |
Hex | DB | 9C | DB | 0 | 1D | 0 | E | 12C | 2F | 4A |
Octal | 333 | 234 | 333 | 0 | 35 | 0 | 16 | 454 | 57 | 112 |
Binary | 11011011 | 10011100 | 11011011 | 0 | 11101 | 0 | 1110 | 100101100 | 101111 | 1001010 |
Color Harmonies of #DB9CDB
Complementary color
Monochromatic Colors of #DB9CDB
Black with #DB9CDB
Text Example
Text Example
White with #DB9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CDB; }
p { color: rgb(219,156,219); }
H1.HeaderClassName
{
color: #DB9CDB;
}
.AnyTagClassName
{
color: #DB9CDB;
}
</style>
background-color css
<style>
a { background-color: #DB9CDB; }
a { background-color: rgb(219,156,219); }
div.DivClassName
{
background-color: #DB9CDB;
}
.BgClassName
{
background-color: #DB9CDB;
}
</style>
border-color css
<style>
span { border-color: #DB9CDB; }
span { border-color: rgb(219,156,219); }
td.TdClassName
{
border-color: #DB9CDB;
}
.TagClassName
{
border-color: #DB9CDB;
}
</style>