Shades of Plum #DB8FD7
Tints of Plum #DB8FD7
RGB
CMYK
RGB Variations
Color information
#DB8FD7 (or 0xDB8FD7) is known color: Plum. HEX triplet: DB, 8F and D7. RGB value is (219,143,215). Sum of RGB (Red+Green+Blue) = 219+143+215=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 215 (84.38% from 255 or 37.26% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8FD7 is #247028. Grayscale: #ADADAD. Windows color (decimal): -2388009 or 14127067. OLE color: 14127067.
HSL color Cylindrical-coordinate representation of color #DB8FD7: hue angle of 303.16º degrees, saturation: 0.51, 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 #DB8FD7 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 215 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.14 |
| HSL | 303.16º | 0.51% | 0.71% | - |
| HSV(B) | 303.16º | 0.35% | 0.86% | - |
| XYZ | 51.3 | 39.61 | 69.23 | - |
| YUV | 173.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 215 | 0 | 0.35 | 0.02 | 0.14 | 303.16 | 0.51 | 0.71 |
| Hex | DB | 8F | D7 | 0 | 23 | 2 | E | 12F | 33 | 47 |
| Octal | 333 | 217 | 327 | 0 | 43 | 2 | 16 | 457 | 63 | 107 |
| Binary | 11011011 | 10001111 | 11010111 | 0 | 100011 | 10 | 1110 | 100101111 | 110011 | 1000111 |
Color Harmonies of #DB8FD7
Complementary color
Monochromatic Colors of #DB8FD7
Black with #DB8FD7
Text Example
Text Example
White with #DB8FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FD7; }
p { color: rgb(219,143,215); }
H1.HeaderClassName
{
color: #DB8FD7;
}
.AnyTagClassName
{
color: #DB8FD7;
}
</style>
background-color css
<style>
a { background-color: #DB8FD7; }
a { background-color: rgb(219,143,215); }
div.DivClassName
{
background-color: #DB8FD7;
}
.BgClassName
{
background-color: #DB8FD7;
}
</style>
border-color css
<style>
span { border-color: #DB8FD7; }
span { border-color: rgb(219,143,215); }
td.TdClassName
{
border-color: #DB8FD7;
}
.TagClassName
{
border-color: #DB8FD7;
}
</style>