Shades of Plum #DB9EDA
Tints of Plum #DB9EDA
RGB
CMYK
RGB Variations
Color information
#DB9EDA (or 0xDB9EDA) is known color: Plum. HEX triplet: DB, 9E and DA. RGB value is (219,158,218). Sum of RGB (Red+Green+Blue) = 219+158+218=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9EDA is #246125. Grayscale: #B6B6B6. Windows color (decimal): -2384166 or 14327515. OLE color: 14327515.
HSL color Cylindrical-coordinate representation of color #DB9EDA: hue angle of 300.98º 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 #DB9EDA is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 218 | - |
| CMYK | 0 | 0.28 | 0.00 | 0.14 |
| HSL | 300.98º | 0.46% | 0.74% | - |
| HSV(B) | 300.98º | 0.28% | 0.86% | - |
| XYZ | 54.1 | 44.58 | 72.08 | - |
| YUV | 183.08 | 147.71 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 218 | 0 | 0.28 | 0.00 | 0.14 | 300.98 | 0.46 | 0.74 |
| Hex | DB | 9E | DA | 0 | 1C | 0 | E | 12D | 2E | 4A |
| Octal | 333 | 236 | 332 | 0 | 34 | 0 | 16 | 455 | 56 | 112 |
| Binary | 11011011 | 10011110 | 11011010 | 0 | 11100 | 0 | 1110 | 100101101 | 101110 | 1001010 |
Color Harmonies of #DB9EDA
Complementary color
Monochromatic Colors of #DB9EDA
Black with #DB9EDA
Text Example
Text Example
White with #DB9EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EDA; }
p { color: rgb(219,158,218); }
H1.HeaderClassName
{
color: #DB9EDA;
}
.AnyTagClassName
{
color: #DB9EDA;
}
</style>
background-color css
<style>
a { background-color: #DB9EDA; }
a { background-color: rgb(219,158,218); }
div.DivClassName
{
background-color: #DB9EDA;
}
.BgClassName
{
background-color: #DB9EDA;
}
</style>
border-color css
<style>
span { border-color: #DB9EDA; }
span { border-color: rgb(219,158,218); }
td.TdClassName
{
border-color: #DB9EDA;
}
.TagClassName
{
border-color: #DB9EDA;
}
</style>