Shades of Plum #DB9BDC
Tints of Plum #DB9BDC
RGB
CMYK
RGB Variations
Color information
#DB9BDC (or 0xDB9BDC) is known color: Plum. HEX triplet: DB, 9B and DC. RGB value is (219,155,220). Sum of RGB (Red+Green+Blue) = 219+155+220=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB9BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BDC is #246423. Grayscale: #B5B5B5. Windows color (decimal): -2384932 or 14457819. OLE color: 14457819.
HSL color Cylindrical-coordinate representation of color #DB9BDC: hue angle of 299.08º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9BDC is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 220 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.14 |
| HSL | 299.08º | 0.48% | 0.74% | - |
| HSV(B) | 299.08º | 0.3% | 0.86% | - |
| XYZ | 53.85 | 43.67 | 73.3 | - |
| YUV | 181.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 220 | 0.00 | 0.30 | 0 | 0.14 | 299.08 | 0.48 | 0.74 |
| Hex | DB | 9B | DC | 0 | 1E | 0 | E | 12B | 30 | 4A |
| Octal | 333 | 233 | 334 | 0 | 36 | 0 | 16 | 453 | 60 | 112 |
| Binary | 11011011 | 10011011 | 11011100 | 0 | 11110 | 0 | 1110 | 100101011 | 110000 | 1001010 |
Color Harmonies of #DB9BDC
Complementary color
Monochromatic Colors of #DB9BDC
Black with #DB9BDC
Text Example
Text Example
White with #DB9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BDC; }
p { color: rgb(219,155,220); }
H1.HeaderClassName
{
color: #DB9BDC;
}
.AnyTagClassName
{
color: #DB9BDC;
}
</style>
background-color css
<style>
a { background-color: #DB9BDC; }
a { background-color: rgb(219,155,220); }
div.DivClassName
{
background-color: #DB9BDC;
}
.BgClassName
{
background-color: #DB9BDC;
}
</style>
border-color css
<style>
span { border-color: #DB9BDC; }
span { border-color: rgb(219,155,220); }
td.TdClassName
{
border-color: #DB9BDC;
}
.TagClassName
{
border-color: #DB9BDC;
}
</style>