Shades of Plum #DB8EDD
Tints of Plum #DB8EDD
RGB
CMYK
RGB Variations
Color information
#DB8EDD (or 0xDB8EDD) is known color: Plum. HEX triplet: DB, 8E and DD. RGB value is (219,142,221). Sum of RGB (Red+Green+Blue) = 219+142+221=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB8EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8EDD is #247122. Grayscale: #ADADAD. Windows color (decimal): -2388259 or 14520027. OLE color: 14520027.
HSL color Cylindrical-coordinate representation of color #DB8EDD: hue angle of 298.48º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8EDD is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 142 | 221 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.13 |
| HSL | 298.48º | 0.54% | 0.71% | - |
| HSV(B) | 298.48º | 0.36% | 0.87% | - |
| XYZ | 51.94 | 39.63 | 73.32 | - |
| YUV | 174.03 | 154.51 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 221 | 0.01 | 0.36 | 0 | 0.13 | 298.48 | 0.54 | 0.71 |
| Hex | DB | 8E | DD | 1 | 24 | 0 | D | 12A | 36 | 47 |
| Octal | 333 | 216 | 335 | 1 | 44 | 0 | 15 | 452 | 66 | 107 |
| Binary | 11011011 | 10001110 | 11011101 | 1 | 100100 | 0 | 1101 | 100101010 | 110110 | 1000111 |
Color Harmonies of #DB8EDD
Complementary color
Monochromatic Colors of #DB8EDD
Black with #DB8EDD
Text Example
Text Example
White with #DB8EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8EDD; }
p { color: rgb(219,142,221); }
H1.HeaderClassName
{
color: #DB8EDD;
}
.AnyTagClassName
{
color: #DB8EDD;
}
</style>
background-color css
<style>
a { background-color: #DB8EDD; }
a { background-color: rgb(219,142,221); }
div.DivClassName
{
background-color: #DB8EDD;
}
.BgClassName
{
background-color: #DB8EDD;
}
</style>
border-color css
<style>
span { border-color: #DB8EDD; }
span { border-color: rgb(219,142,221); }
td.TdClassName
{
border-color: #DB8EDD;
}
.TagClassName
{
border-color: #DB8EDD;
}
</style>