Shades of Plum #DB8FD1
Tints of Plum #DB8FD1
RGB
CMYK
RGB Variations
Color information
#DB8FD1 (or 0xDB8FD1) is known color: Plum. HEX triplet: DB, 8F and D1. RGB value is (219,143,209). Sum of RGB (Red+Green+Blue) = 219+143+209=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8FD1 is #24702E. Grayscale: #ADADAD. Windows color (decimal): -2388015 or 13733851. OLE color: 13733851.
HSL color Cylindrical-coordinate representation of color #DB8FD1: hue angle of 307.89º 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 #DB8FD1 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 209 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.14 |
| HSL | 307.89º | 0.51% | 0.71% | - |
| HSV(B) | 307.89º | 0.35% | 0.86% | - |
| XYZ | 50.54 | 39.31 | 65.24 | - |
| YUV | 173.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 209 | 0 | 0.35 | 0.05 | 0.14 | 307.89 | 0.51 | 0.71 |
| Hex | DB | 8F | D1 | 0 | 23 | 5 | E | 134 | 33 | 47 |
| Octal | 333 | 217 | 321 | 0 | 43 | 5 | 16 | 464 | 63 | 107 |
| Binary | 11011011 | 10001111 | 11010001 | 0 | 100011 | 101 | 1110 | 100110100 | 110011 | 1000111 |
Color Harmonies of #DB8FD1
Complementary color
Monochromatic Colors of #DB8FD1
Black with #DB8FD1
Text Example
Text Example
White with #DB8FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FD1; }
p { color: rgb(219,143,209); }
H1.HeaderClassName
{
color: #DB8FD1;
}
.AnyTagClassName
{
color: #DB8FD1;
}
</style>
background-color css
<style>
a { background-color: #DB8FD1; }
a { background-color: rgb(219,143,209); }
div.DivClassName
{
background-color: #DB8FD1;
}
.BgClassName
{
background-color: #DB8FD1;
}
</style>
border-color css
<style>
span { border-color: #DB8FD1; }
span { border-color: rgb(219,143,209); }
td.TdClassName
{
border-color: #DB8FD1;
}
.TagClassName
{
border-color: #DB8FD1;
}
</style>