Shades of Plum #DB91D9
Tints of Plum #DB91D9
RGB
CMYK
RGB Variations
Color information
#DB91D9 (or 0xDB91D9) is known color: Plum. HEX triplet: DB, 91 and D9. RGB value is (219,145,217). Sum of RGB (Red+Green+Blue) = 219+145+217=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91D9 is #246E26. Grayscale: #AFAFAF. Windows color (decimal): -2387495 or 14258651. OLE color: 14258651.
HSL color Cylindrical-coordinate representation of color #DB91D9: hue angle of 301.62º 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 #DB91D9 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 217 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.14 |
| HSL | 301.62º | 0.51% | 0.71% | - |
| HSV(B) | 301.62º | 0.34% | 0.86% | - |
| XYZ | 51.86 | 40.32 | 70.69 | - |
| YUV | 175.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 217 | 0 | 0.34 | 0.01 | 0.14 | 301.62 | 0.51 | 0.71 |
| Hex | DB | 91 | D9 | 0 | 22 | 1 | E | 12E | 33 | 47 |
| Octal | 333 | 221 | 331 | 0 | 42 | 1 | 16 | 456 | 63 | 107 |
| Binary | 11011011 | 10010001 | 11011001 | 0 | 100010 | 1 | 1110 | 100101110 | 110011 | 1000111 |
Color Harmonies of #DB91D9
Complementary color
Monochromatic Colors of #DB91D9
Black with #DB91D9
Text Example
Text Example
White with #DB91D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91D9; }
p { color: rgb(219,145,217); }
H1.HeaderClassName
{
color: #DB91D9;
}
.AnyTagClassName
{
color: #DB91D9;
}
</style>
background-color css
<style>
a { background-color: #DB91D9; }
a { background-color: rgb(219,145,217); }
div.DivClassName
{
background-color: #DB91D9;
}
.BgClassName
{
background-color: #DB91D9;
}
</style>
border-color css
<style>
span { border-color: #DB91D9; }
span { border-color: rgb(219,145,217); }
td.TdClassName
{
border-color: #DB91D9;
}
.TagClassName
{
border-color: #DB91D9;
}
</style>