Shades of Plum #DB9DCC
Tints of Plum #DB9DCC
RGB
CMYK
RGB Variations
Color information
#DB9DCC (or 0xDB9DCC) is known color: Plum. HEX triplet: DB, 9D and CC. RGB value is (219,157,204). Sum of RGB (Red+Green+Blue) = 219+157+204=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DCC is #246233. Grayscale: #B4B4B4. Windows color (decimal): -2384436 or 13409755. OLE color: 13409755.
HSL color Cylindrical-coordinate representation of color #DB9DCC: hue angle of 314.52º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DCC is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 204 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.14 |
| HSL | 314.52º | 0.46% | 0.74% | - |
| HSV(B) | 314.52º | 0.28% | 0.86% | - |
| XYZ | 52.17 | 43.53 | 62.78 | - |
| YUV | 180.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 204 | 0 | 0.28 | 0.07 | 0.14 | 314.52 | 0.46 | 0.74 |
| Hex | DB | 9D | CC | 0 | 1C | 7 | E | 13B | 2E | 4A |
| Octal | 333 | 235 | 314 | 0 | 34 | 7 | 16 | 473 | 56 | 112 |
| Binary | 11011011 | 10011101 | 11001100 | 0 | 11100 | 111 | 1110 | 100111011 | 101110 | 1001010 |
Color Harmonies of #DB9DCC
Complementary color
Monochromatic Colors of #DB9DCC
Black with #DB9DCC
Text Example
Text Example
White with #DB9DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DCC; }
p { color: rgb(219,157,204); }
H1.HeaderClassName
{
color: #DB9DCC;
}
.AnyTagClassName
{
color: #DB9DCC;
}
</style>
background-color css
<style>
a { background-color: #DB9DCC; }
a { background-color: rgb(219,157,204); }
div.DivClassName
{
background-color: #DB9DCC;
}
.BgClassName
{
background-color: #DB9DCC;
}
</style>
border-color css
<style>
span { border-color: #DB9DCC; }
span { border-color: rgb(219,157,204); }
td.TdClassName
{
border-color: #DB9DCC;
}
.TagClassName
{
border-color: #DB9DCC;
}
</style>