Shades of Plum #DB9EDD
Tints of Plum #DB9EDD
RGB
CMYK
RGB Variations
Color information
#DB9EDD (or 0xDB9EDD) is known color: Plum. HEX triplet: DB, 9E and DD. RGB value is (219,158,221). Sum of RGB (Red+Green+Blue) = 219+158+221=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9EDD is #246122. Grayscale: #B7B7B7. Windows color (decimal): -2384163 or 14524123. OLE color: 14524123.
HSL color Cylindrical-coordinate representation of color #DB9EDD: hue angle of 298.1º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9EDD is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 158 | 221 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.13 |
| HSL | 298.1º | 0.48% | 0.74% | - |
| HSV(B) | 298.1º | 0.29% | 0.87% | - |
| XYZ | 54.49 | 44.73 | 74.17 | - |
| YUV | 183.42 | 149.21 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 221 | 0.01 | 0.29 | 0 | 0.13 | 298.1 | 0.48 | 0.74 |
| Hex | DB | 9E | DD | 1 | 1D | 0 | D | 12A | 30 | 4A |
| Octal | 333 | 236 | 335 | 1 | 35 | 0 | 15 | 452 | 60 | 112 |
| Binary | 11011011 | 10011110 | 11011101 | 1 | 11101 | 0 | 1101 | 100101010 | 110000 | 1001010 |
Color Harmonies of #DB9EDD
Complementary color
Monochromatic Colors of #DB9EDD
Black with #DB9EDD
Text Example
Text Example
White with #DB9EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EDD; }
p { color: rgb(219,158,221); }
H1.HeaderClassName
{
color: #DB9EDD;
}
.AnyTagClassName
{
color: #DB9EDD;
}
</style>
background-color css
<style>
a { background-color: #DB9EDD; }
a { background-color: rgb(219,158,221); }
div.DivClassName
{
background-color: #DB9EDD;
}
.BgClassName
{
background-color: #DB9EDD;
}
</style>
border-color css
<style>
span { border-color: #DB9EDD; }
span { border-color: rgb(219,158,221); }
td.TdClassName
{
border-color: #DB9EDD;
}
.TagClassName
{
border-color: #DB9EDD;
}
</style>