Shades of Plum #DB9ED5
Tints of Plum #DB9ED5
RGB
CMYK
RGB Variations
Color information
#DB9ED5 (or 0xDB9ED5) is known color: Plum. HEX triplet: DB, 9E and D5. RGB value is (219,158,213). Sum of RGB (Red+Green+Blue) = 219+158+213=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ED5 is #24612A. Grayscale: #B6B6B6. Windows color (decimal): -2384171 or 13999835. OLE color: 13999835.
HSL color Cylindrical-coordinate representation of color #DB9ED5: hue angle of 305.9º 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 #DB9ED5 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 213 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.14 |
| HSL | 305.9º | 0.46% | 0.74% | - |
| HSV(B) | 305.9º | 0.28% | 0.86% | - |
| XYZ | 53.45 | 44.32 | 68.69 | - |
| YUV | 182.51 | 145.21 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 213 | 0 | 0.28 | 0.03 | 0.14 | 305.9 | 0.46 | 0.74 |
| Hex | DB | 9E | D5 | 0 | 1C | 3 | E | 132 | 2E | 4A |
| Octal | 333 | 236 | 325 | 0 | 34 | 3 | 16 | 462 | 56 | 112 |
| Binary | 11011011 | 10011110 | 11010101 | 0 | 11100 | 11 | 1110 | 100110010 | 101110 | 1001010 |
Color Harmonies of #DB9ED5
Complementary color
Monochromatic Colors of #DB9ED5
Black with #DB9ED5
Text Example
Text Example
White with #DB9ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9ED5; }
p { color: rgb(219,158,213); }
H1.HeaderClassName
{
color: #DB9ED5;
}
.AnyTagClassName
{
color: #DB9ED5;
}
</style>
background-color css
<style>
a { background-color: #DB9ED5; }
a { background-color: rgb(219,158,213); }
div.DivClassName
{
background-color: #DB9ED5;
}
.BgClassName
{
background-color: #DB9ED5;
}
</style>
border-color css
<style>
span { border-color: #DB9ED5; }
span { border-color: rgb(219,158,213); }
td.TdClassName
{
border-color: #DB9ED5;
}
.TagClassName
{
border-color: #DB9ED5;
}
</style>