Shades of Plum #DB8ED7
Tints of Plum #DB8ED7
RGB
CMYK
RGB Variations
Color information
#DB8ED7 (or 0xDB8ED7) is known color: Plum. HEX triplet: DB, 8E and D7. RGB value is (219,142,215). Sum of RGB (Red+Green+Blue) = 219+142+215=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 142 (55.86% from 255 or 24.65% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ED7 is #247128. Grayscale: #ADADAD. Windows color (decimal): -2388265 or 14126811. OLE color: 14126811.
HSL color Cylindrical-coordinate representation of color #DB8ED7: hue angle of 303.12º 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 #DB8ED7 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 215 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.14 |
| HSL | 303.12º | 0.52% | 0.71% | - |
| HSV(B) | 303.12º | 0.35% | 0.86% | - |
| XYZ | 51.15 | 39.31 | 69.18 | - |
| YUV | 173.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 215 | 0 | 0.35 | 0.02 | 0.14 | 303.12 | 0.52 | 0.71 |
| Hex | DB | 8E | D7 | 0 | 23 | 2 | E | 12F | 34 | 47 |
| Octal | 333 | 216 | 327 | 0 | 43 | 2 | 16 | 457 | 64 | 107 |
| Binary | 11011011 | 10001110 | 11010111 | 0 | 100011 | 10 | 1110 | 100101111 | 110100 | 1000111 |
Color Harmonies of #DB8ED7
Complementary color
Monochromatic Colors of #DB8ED7
Black with #DB8ED7
Text Example
Text Example
White with #DB8ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8ED7; }
p { color: rgb(219,142,215); }
H1.HeaderClassName
{
color: #DB8ED7;
}
.AnyTagClassName
{
color: #DB8ED7;
}
</style>
background-color css
<style>
a { background-color: #DB8ED7; }
a { background-color: rgb(219,142,215); }
div.DivClassName
{
background-color: #DB8ED7;
}
.BgClassName
{
background-color: #DB8ED7;
}
</style>
border-color css
<style>
span { border-color: #DB8ED7; }
span { border-color: rgb(219,142,215); }
td.TdClassName
{
border-color: #DB8ED7;
}
.TagClassName
{
border-color: #DB8ED7;
}
</style>