Shades of Plum #DB8EDA
Tints of Plum #DB8EDA
RGB
CMYK
RGB Variations
Color information
#DB8EDA (or 0xDB8EDA) is known color: Plum. HEX triplet: DB, 8E and DA. RGB value is (219,142,218). Sum of RGB (Red+Green+Blue) = 219+142+218=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8EDA is #247125. Grayscale: #ADADAD. Windows color (decimal): -2388262 or 14323419. OLE color: 14323419.
HSL color Cylindrical-coordinate representation of color #DB8EDA: hue angle of 300.78º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8EDA is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 218 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.14 |
| HSL | 300.78º | 0.52% | 0.71% | - |
| HSV(B) | 300.78º | 0.35% | 0.86% | - |
| XYZ | 51.54 | 39.47 | 71.23 | - |
| YUV | 173.69 | 153.01 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 218 | 0 | 0.35 | 0.00 | 0.14 | 300.78 | 0.52 | 0.71 |
| Hex | DB | 8E | DA | 0 | 23 | 0 | E | 12D | 34 | 47 |
| Octal | 333 | 216 | 332 | 0 | 43 | 0 | 16 | 455 | 64 | 107 |
| Binary | 11011011 | 10001110 | 11011010 | 0 | 100011 | 0 | 1110 | 100101101 | 110100 | 1000111 |
Color Harmonies of #DB8EDA
Complementary color
Monochromatic Colors of #DB8EDA
Black with #DB8EDA
Text Example
Text Example
White with #DB8EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8EDA; }
p { color: rgb(219,142,218); }
H1.HeaderClassName
{
color: #DB8EDA;
}
.AnyTagClassName
{
color: #DB8EDA;
}
</style>
background-color css
<style>
a { background-color: #DB8EDA; }
a { background-color: rgb(219,142,218); }
div.DivClassName
{
background-color: #DB8EDA;
}
.BgClassName
{
background-color: #DB8EDA;
}
</style>
border-color css
<style>
span { border-color: #DB8EDA; }
span { border-color: rgb(219,142,218); }
td.TdClassName
{
border-color: #DB8EDA;
}
.TagClassName
{
border-color: #DB8EDA;
}
</style>