Shades of Plum #DB9CDF
Tints of Plum #DB9CDF
RGB
CMYK
RGB Variations
Color information
#DB9CDF (or 0xDB9CDF) is known color: Plum. HEX triplet: DB, 9C and DF. RGB value is (219,156,223). Sum of RGB (Red+Green+Blue) = 219+156+223=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB9CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CDF is #246320. Grayscale: #B6B6B6. Windows color (decimal): -2384673 or 14654683. OLE color: 14654683.
HSL color Cylindrical-coordinate representation of color #DB9CDF: hue angle of 296.42º degrees, saturation: 0.51, 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 #DB9CDF is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 156 | 223 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.13 |
| HSL | 296.42º | 0.51% | 0.74% | - |
| HSV(B) | 296.42º | 0.3% | 0.87% | - |
| XYZ | 54.42 | 44.16 | 75.47 | - |
| YUV | 182.48 | 150.87 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 223 | 0.02 | 0.30 | 0 | 0.13 | 296.42 | 0.51 | 0.74 |
| Hex | DB | 9C | DF | 2 | 1E | 0 | D | 128 | 33 | 4A |
| Octal | 333 | 234 | 337 | 2 | 36 | 0 | 15 | 450 | 63 | 112 |
| Binary | 11011011 | 10011100 | 11011111 | 10 | 11110 | 0 | 1101 | 100101000 | 110011 | 1001010 |
Color Harmonies of #DB9CDF
Complementary color
Monochromatic Colors of #DB9CDF
Black with #DB9CDF
Text Example
Text Example
White with #DB9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CDF; }
p { color: rgb(219,156,223); }
H1.HeaderClassName
{
color: #DB9CDF;
}
.AnyTagClassName
{
color: #DB9CDF;
}
</style>
background-color css
<style>
a { background-color: #DB9CDF; }
a { background-color: rgb(219,156,223); }
div.DivClassName
{
background-color: #DB9CDF;
}
.BgClassName
{
background-color: #DB9CDF;
}
</style>
border-color css
<style>
span { border-color: #DB9CDF; }
span { border-color: rgb(219,156,223); }
td.TdClassName
{
border-color: #DB9CDF;
}
.TagClassName
{
border-color: #DB9CDF;
}
</style>