Shades of Plum #DB9ECD
Tints of Plum #DB9ECD
RGB
CMYK
RGB Variations
Color information
#DB9ECD (or 0xDB9ECD) is known color: Plum. HEX triplet: DB, 9E and CD. RGB value is (219,158,205). Sum of RGB (Red+Green+Blue) = 219+158+205=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ECD is #246132. Grayscale: #B5B5B5. Windows color (decimal): -2384179 or 13475547. OLE color: 13475547.
HSL color Cylindrical-coordinate representation of color #DB9ECD: hue angle of 313.77º 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 #DB9ECD is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 205 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.14 |
| HSL | 313.77º | 0.46% | 0.74% | - |
| HSV(B) | 313.77º | 0.28% | 0.86% | - |
| XYZ | 52.46 | 43.92 | 63.47 | - |
| YUV | 181.6 | 141.21 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 205 | 0 | 0.28 | 0.06 | 0.14 | 313.77 | 0.46 | 0.74 |
| Hex | DB | 9E | CD | 0 | 1C | 6 | E | 13A | 2E | 4A |
| Octal | 333 | 236 | 315 | 0 | 34 | 6 | 16 | 472 | 56 | 112 |
| Binary | 11011011 | 10011110 | 11001101 | 0 | 11100 | 110 | 1110 | 100111010 | 101110 | 1001010 |
Color Harmonies of #DB9ECD
Complementary color
Monochromatic Colors of #DB9ECD
Black with #DB9ECD
Text Example
Text Example
White with #DB9ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9ECD; }
p { color: rgb(219,158,205); }
H1.HeaderClassName
{
color: #DB9ECD;
}
.AnyTagClassName
{
color: #DB9ECD;
}
</style>
background-color css
<style>
a { background-color: #DB9ECD; }
a { background-color: rgb(219,158,205); }
div.DivClassName
{
background-color: #DB9ECD;
}
.BgClassName
{
background-color: #DB9ECD;
}
</style>
border-color css
<style>
span { border-color: #DB9ECD; }
span { border-color: rgb(219,158,205); }
td.TdClassName
{
border-color: #DB9ECD;
}
.TagClassName
{
border-color: #DB9ECD;
}
</style>