Shades of Plum #DB9CDA
Tints of Plum #DB9CDA
RGB
CMYK
RGB Variations
Color information
#DB9CDA (or 0xDB9CDA) is known color: Plum. HEX triplet: DB, 9C and DA. RGB value is (219,156,218). Sum of RGB (Red+Green+Blue) = 219+156+218=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CDA is #246325. Grayscale: #B5B5B5. Windows color (decimal): -2384678 or 14327003. OLE color: 14327003.
HSL color Cylindrical-coordinate representation of color #DB9CDA: hue angle of 300.95º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9CDA is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 218 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.14 |
| HSL | 300.95º | 0.47% | 0.74% | - |
| HSV(B) | 300.95º | 0.29% | 0.86% | - |
| XYZ | 53.76 | 43.9 | 71.97 | - |
| YUV | 181.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 218 | 0 | 0.29 | 0.00 | 0.14 | 300.95 | 0.47 | 0.74 |
| Hex | DB | 9C | DA | 0 | 1D | 0 | E | 12D | 2F | 4A |
| Octal | 333 | 234 | 332 | 0 | 35 | 0 | 16 | 455 | 57 | 112 |
| Binary | 11011011 | 10011100 | 11011010 | 0 | 11101 | 0 | 1110 | 100101101 | 101111 | 1001010 |
Color Harmonies of #DB9CDA
Complementary color
Monochromatic Colors of #DB9CDA
Black with #DB9CDA
Text Example
Text Example
White with #DB9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CDA; }
p { color: rgb(219,156,218); }
H1.HeaderClassName
{
color: #DB9CDA;
}
.AnyTagClassName
{
color: #DB9CDA;
}
</style>
background-color css
<style>
a { background-color: #DB9CDA; }
a { background-color: rgb(219,156,218); }
div.DivClassName
{
background-color: #DB9CDA;
}
.BgClassName
{
background-color: #DB9CDA;
}
</style>
border-color css
<style>
span { border-color: #DB9CDA; }
span { border-color: rgb(219,156,218); }
td.TdClassName
{
border-color: #DB9CDA;
}
.TagClassName
{
border-color: #DB9CDA;
}
</style>