Shades of Plum #DB9ED4
Tints of Plum #DB9ED4
RGB
CMYK
RGB Variations
Color information
#DB9ED4 (or 0xDB9ED4) is known color: Plum. HEX triplet: DB, 9E and D4. RGB value is (219,158,212). Sum of RGB (Red+Green+Blue) = 219+158+212=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ED4 is #24612B. Grayscale: #B6B6B6. Windows color (decimal): -2384172 or 13934299. OLE color: 13934299.
HSL color Cylindrical-coordinate representation of color #DB9ED4: hue angle of 306.89º 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 #DB9ED4 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 212 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.14 |
| HSL | 306.89º | 0.46% | 0.74% | - |
| HSV(B) | 306.89º | 0.28% | 0.86% | - |
| XYZ | 53.32 | 44.27 | 68.02 | - |
| YUV | 182.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 212 | 0 | 0.28 | 0.03 | 0.14 | 306.89 | 0.46 | 0.74 |
| Hex | DB | 9E | D4 | 0 | 1C | 3 | E | 133 | 2E | 4A |
| Octal | 333 | 236 | 324 | 0 | 34 | 3 | 16 | 463 | 56 | 112 |
| Binary | 11011011 | 10011110 | 11010100 | 0 | 11100 | 11 | 1110 | 100110011 | 101110 | 1001010 |
Color Harmonies of #DB9ED4
Complementary color
Monochromatic Colors of #DB9ED4
Black with #DB9ED4
Text Example
Text Example
White with #DB9ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9ED4; }
p { color: rgb(219,158,212); }
H1.HeaderClassName
{
color: #DB9ED4;
}
.AnyTagClassName
{
color: #DB9ED4;
}
</style>
background-color css
<style>
a { background-color: #DB9ED4; }
a { background-color: rgb(219,158,212); }
div.DivClassName
{
background-color: #DB9ED4;
}
.BgClassName
{
background-color: #DB9ED4;
}
</style>
border-color css
<style>
span { border-color: #DB9ED4; }
span { border-color: rgb(219,158,212); }
td.TdClassName
{
border-color: #DB9ED4;
}
.TagClassName
{
border-color: #DB9ED4;
}
</style>