Shades of Plum #DB91D0
Tints of Plum #DB91D0
RGB
CMYK
RGB Variations
Color information
#DB91D0 (or 0xDB91D0) is known color: Plum. HEX triplet: DB, 91 and D0. RGB value is (219,145,208). Sum of RGB (Red+Green+Blue) = 219+145+208=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91D0 is #246E2F. Grayscale: #AEAEAE. Windows color (decimal): -2387504 or 13668827. OLE color: 13668827.
HSL color Cylindrical-coordinate representation of color #DB91D0: hue angle of 308.92º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB91D0 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 208 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.14 |
| HSL | 308.92º | 0.51% | 0.71% | - |
| HSV(B) | 308.92º | 0.34% | 0.86% | - |
| XYZ | 50.72 | 39.86 | 64.7 | - |
| YUV | 174.31 | 147.02 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 208 | 0 | 0.34 | 0.05 | 0.14 | 308.92 | 0.51 | 0.71 |
| Hex | DB | 91 | D0 | 0 | 22 | 5 | E | 135 | 33 | 47 |
| Octal | 333 | 221 | 320 | 0 | 42 | 5 | 16 | 465 | 63 | 107 |
| Binary | 11011011 | 10010001 | 11010000 | 0 | 100010 | 101 | 1110 | 100110101 | 110011 | 1000111 |
Color Harmonies of #DB91D0
Complementary color
Monochromatic Colors of #DB91D0
Black with #DB91D0
Text Example
Text Example
White with #DB91D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91D0; }
p { color: rgb(219,145,208); }
H1.HeaderClassName
{
color: #DB91D0;
}
.AnyTagClassName
{
color: #DB91D0;
}
</style>
background-color css
<style>
a { background-color: #DB91D0; }
a { background-color: rgb(219,145,208); }
div.DivClassName
{
background-color: #DB91D0;
}
.BgClassName
{
background-color: #DB91D0;
}
</style>
border-color css
<style>
span { border-color: #DB91D0; }
span { border-color: rgb(219,145,208); }
td.TdClassName
{
border-color: #DB91D0;
}
.TagClassName
{
border-color: #DB91D0;
}
</style>