Shades of Plum #DB9CDE
Tints of Plum #DB9CDE
RGB
CMYK
RGB Variations
Color information
#DB9CDE (or 0xDB9CDE) is known color: Plum. HEX triplet: DB, 9C and DE. RGB value is (219,156,222). Sum of RGB (Red+Green+Blue) = 219+156+222=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB9CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CDE is #246321. Grayscale: #B6B6B6. Windows color (decimal): -2384674 or 14589147. OLE color: 14589147.
HSL color Cylindrical-coordinate representation of color #DB9CDE: hue angle of 297.27º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9CDE is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 156 | 222 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.13 |
| HSL | 297.27º | 0.5% | 0.74% | - |
| HSV(B) | 297.27º | 0.3% | 0.87% | - |
| XYZ | 54.29 | 44.11 | 74.76 | - |
| YUV | 182.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 222 | 0.01 | 0.30 | 0 | 0.13 | 297.27 | 0.5 | 0.74 |
| Hex | DB | 9C | DE | 1 | 1E | 0 | D | 129 | 32 | 4A |
| Octal | 333 | 234 | 336 | 1 | 36 | 0 | 15 | 451 | 62 | 112 |
| Binary | 11011011 | 10011100 | 11011110 | 1 | 11110 | 0 | 1101 | 100101001 | 110010 | 1001010 |
Color Harmonies of #DB9CDE
Complementary color
Monochromatic Colors of #DB9CDE
Black with #DB9CDE
Text Example
Text Example
White with #DB9CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CDE; }
p { color: rgb(219,156,222); }
H1.HeaderClassName
{
color: #DB9CDE;
}
.AnyTagClassName
{
color: #DB9CDE;
}
</style>
background-color css
<style>
a { background-color: #DB9CDE; }
a { background-color: rgb(219,156,222); }
div.DivClassName
{
background-color: #DB9CDE;
}
.BgClassName
{
background-color: #DB9CDE;
}
</style>
border-color css
<style>
span { border-color: #DB9CDE; }
span { border-color: rgb(219,156,222); }
td.TdClassName
{
border-color: #DB9CDE;
}
.TagClassName
{
border-color: #DB9CDE;
}
</style>