Shades of Plum #DB9ED1
Tints of Plum #DB9ED1
RGB
CMYK
RGB Variations
Color information
#DB9ED1 (or 0xDB9ED1) is known color: Plum. HEX triplet: DB, 9E and D1. RGB value is (219,158,209). Sum of RGB (Red+Green+Blue) = 219+158+209=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ED1 is #24612E. Grayscale: #B5B5B5. Windows color (decimal): -2384175 or 13737691. OLE color: 13737691.
HSL color Cylindrical-coordinate representation of color #DB9ED1: hue angle of 309.84º 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 #DB9ED1 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 209 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.14 |
| HSL | 309.84º | 0.46% | 0.74% | - |
| HSV(B) | 309.84º | 0.28% | 0.86% | - |
| XYZ | 52.95 | 44.12 | 66.05 | - |
| YUV | 182.05 | 143.21 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 209 | 0 | 0.28 | 0.05 | 0.14 | 309.84 | 0.46 | 0.74 |
| Hex | DB | 9E | D1 | 0 | 1C | 5 | E | 136 | 2E | 4A |
| Octal | 333 | 236 | 321 | 0 | 34 | 5 | 16 | 466 | 56 | 112 |
| Binary | 11011011 | 10011110 | 11010001 | 0 | 11100 | 101 | 1110 | 100110110 | 101110 | 1001010 |
Color Harmonies of #DB9ED1
Complementary color
Monochromatic Colors of #DB9ED1
Black with #DB9ED1
Text Example
Text Example
White with #DB9ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9ED1; }
p { color: rgb(219,158,209); }
H1.HeaderClassName
{
color: #DB9ED1;
}
.AnyTagClassName
{
color: #DB9ED1;
}
</style>
background-color css
<style>
a { background-color: #DB9ED1; }
a { background-color: rgb(219,158,209); }
div.DivClassName
{
background-color: #DB9ED1;
}
.BgClassName
{
background-color: #DB9ED1;
}
</style>
border-color css
<style>
span { border-color: #DB9ED1; }
span { border-color: rgb(219,158,209); }
td.TdClassName
{
border-color: #DB9ED1;
}
.TagClassName
{
border-color: #DB9ED1;
}
</style>