Shades of Plum #DB9ED2
Tints of Plum #DB9ED2
RGB
CMYK
RGB Variations
Color information
#DB9ED2 (or 0xDB9ED2) is known color: Plum. HEX triplet: DB, 9E and D2. RGB value is (219,158,210). Sum of RGB (Red+Green+Blue) = 219+158+210=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ED2 is #24612D. Grayscale: #B6B6B6. Windows color (decimal): -2384174 or 13803227. OLE color: 13803227.
HSL color Cylindrical-coordinate representation of color #DB9ED2: hue angle of 308.85º 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 #DB9ED2 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 210 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.14 |
| HSL | 308.85º | 0.46% | 0.74% | - |
| HSV(B) | 308.85º | 0.28% | 0.86% | - |
| XYZ | 53.07 | 44.17 | 66.7 | - |
| YUV | 182.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 210 | 0 | 0.28 | 0.04 | 0.14 | 308.85 | 0.46 | 0.74 |
| Hex | DB | 9E | D2 | 0 | 1C | 4 | E | 135 | 2E | 4A |
| Octal | 333 | 236 | 322 | 0 | 34 | 4 | 16 | 465 | 56 | 112 |
| Binary | 11011011 | 10011110 | 11010010 | 0 | 11100 | 100 | 1110 | 100110101 | 101110 | 1001010 |
Color Harmonies of #DB9ED2
Complementary color
Monochromatic Colors of #DB9ED2
Black with #DB9ED2
Text Example
Text Example
White with #DB9ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9ED2; }
p { color: rgb(219,158,210); }
H1.HeaderClassName
{
color: #DB9ED2;
}
.AnyTagClassName
{
color: #DB9ED2;
}
</style>
background-color css
<style>
a { background-color: #DB9ED2; }
a { background-color: rgb(219,158,210); }
div.DivClassName
{
background-color: #DB9ED2;
}
.BgClassName
{
background-color: #DB9ED2;
}
</style>
border-color css
<style>
span { border-color: #DB9ED2; }
span { border-color: rgb(219,158,210); }
td.TdClassName
{
border-color: #DB9ED2;
}
.TagClassName
{
border-color: #DB9ED2;
}
</style>