Shades of Plum #DB9ED8
Tints of Plum #DB9ED8
RGB
CMYK
RGB Variations
Color information
#DB9ED8 (or 0xDB9ED8) is known color: Plum. HEX triplet: DB, 9E and D8. RGB value is (219,158,216). Sum of RGB (Red+Green+Blue) = 219+158+216=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 216 (84.77% from 255 or 36.42% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ED8 is #246127. Grayscale: #B6B6B6. Windows color (decimal): -2384168 or 14196443. OLE color: 14196443.
HSL color Cylindrical-coordinate representation of color #DB9ED8: hue angle of 302.95º 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 #DB9ED8 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 216 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.14 |
| HSL | 302.95º | 0.46% | 0.74% | - |
| HSV(B) | 302.95º | 0.28% | 0.86% | - |
| XYZ | 53.83 | 44.47 | 70.71 | - |
| YUV | 182.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 216 | 0 | 0.28 | 0.01 | 0.14 | 302.95 | 0.46 | 0.74 |
| Hex | DB | 9E | D8 | 0 | 1C | 1 | E | 12F | 2E | 4A |
| Octal | 333 | 236 | 330 | 0 | 34 | 1 | 16 | 457 | 56 | 112 |
| Binary | 11011011 | 10011110 | 11011000 | 0 | 11100 | 1 | 1110 | 100101111 | 101110 | 1001010 |
Color Harmonies of #DB9ED8
Complementary color
Monochromatic Colors of #DB9ED8
Black with #DB9ED8
Text Example
Text Example
White with #DB9ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9ED8; }
p { color: rgb(219,158,216); }
H1.HeaderClassName
{
color: #DB9ED8;
}
.AnyTagClassName
{
color: #DB9ED8;
}
</style>
background-color css
<style>
a { background-color: #DB9ED8; }
a { background-color: rgb(219,158,216); }
div.DivClassName
{
background-color: #DB9ED8;
}
.BgClassName
{
background-color: #DB9ED8;
}
</style>
border-color css
<style>
span { border-color: #DB9ED8; }
span { border-color: rgb(219,158,216); }
td.TdClassName
{
border-color: #DB9ED8;
}
.TagClassName
{
border-color: #DB9ED8;
}
</style>