Shades of Plum #DB9CEC
Tints of Plum #DB9CEC
RGB
CMYK
RGB Variations
Color information
#DB9CEC (or 0xDB9CEC) is known color: Plum. HEX triplet: DB, 9C and EC. RGB value is (219,156,236). Sum of RGB (Red+Green+Blue) = 219+156+236=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB9CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9CEC is #246313. Grayscale: #B7B7B7. Windows color (decimal): -2384660 or 15506651. OLE color: 15506651.
HSL color Cylindrical-coordinate representation of color #DB9CEC: hue angle of 287.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9CEC is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 156 | 236 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.07 |
| HSL | 287.25º | 0.68% | 0.77% | - |
| HSV(B) | 287.25º | 0.34% | 0.93% | - |
| XYZ | 56.24 | 44.89 | 85.06 | - |
| YUV | 183.96 | 157.37 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 236 | 0.07 | 0.34 | 0 | 0.07 | 287.25 | 0.68 | 0.77 |
| Hex | DB | 9C | EC | 7 | 22 | 0 | 7 | 11F | 44 | 4D |
| Octal | 333 | 234 | 354 | 7 | 42 | 0 | 7 | 437 | 104 | 115 |
| Binary | 11011011 | 10011100 | 11101100 | 111 | 100010 | 0 | 111 | 100011111 | 1000100 | 1001101 |
Color Harmonies of #DB9CEC
Complementary color
Monochromatic Colors of #DB9CEC
Black with #DB9CEC
Text Example
Text Example
White with #DB9CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CEC; }
p { color: rgb(219,156,236); }
H1.HeaderClassName
{
color: #DB9CEC;
}
.AnyTagClassName
{
color: #DB9CEC;
}
</style>
background-color css
<style>
a { background-color: #DB9CEC; }
a { background-color: rgb(219,156,236); }
div.DivClassName
{
background-color: #DB9CEC;
}
.BgClassName
{
background-color: #DB9CEC;
}
</style>
border-color css
<style>
span { border-color: #DB9CEC; }
span { border-color: rgb(219,156,236); }
td.TdClassName
{
border-color: #DB9CEC;
}
.TagClassName
{
border-color: #DB9CEC;
}
</style>