Shades of Plum #DB91D7
Tints of Plum #DB91D7
RGB
CMYK
RGB Variations
Color information
#DB91D7 (or 0xDB91D7) is known color: Plum. HEX triplet: DB, 91 and D7. RGB value is (219,145,215). Sum of RGB (Red+Green+Blue) = 219+145+215=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91D7 is #246E28. Grayscale: #AEAEAE. Windows color (decimal): -2387497 or 14127579. OLE color: 14127579.
HSL color Cylindrical-coordinate representation of color #DB91D7: hue angle of 303.24º 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 #DB91D7 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 215 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.14 |
| HSL | 303.24º | 0.51% | 0.71% | - |
| HSV(B) | 303.24º | 0.34% | 0.86% | - |
| XYZ | 51.6 | 40.22 | 69.33 | - |
| YUV | 175.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 215 | 0 | 0.34 | 0.02 | 0.14 | 303.24 | 0.51 | 0.71 |
| Hex | DB | 91 | D7 | 0 | 22 | 2 | E | 12F | 33 | 47 |
| Octal | 333 | 221 | 327 | 0 | 42 | 2 | 16 | 457 | 63 | 107 |
| Binary | 11011011 | 10010001 | 11010111 | 0 | 100010 | 10 | 1110 | 100101111 | 110011 | 1000111 |
Color Harmonies of #DB91D7
Complementary color
Monochromatic Colors of #DB91D7
Black with #DB91D7
Text Example
Text Example
White with #DB91D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91D7; }
p { color: rgb(219,145,215); }
H1.HeaderClassName
{
color: #DB91D7;
}
.AnyTagClassName
{
color: #DB91D7;
}
</style>
background-color css
<style>
a { background-color: #DB91D7; }
a { background-color: rgb(219,145,215); }
div.DivClassName
{
background-color: #DB91D7;
}
.BgClassName
{
background-color: #DB91D7;
}
</style>
border-color css
<style>
span { border-color: #DB91D7; }
span { border-color: rgb(219,145,215); }
td.TdClassName
{
border-color: #DB91D7;
}
.TagClassName
{
border-color: #DB91D7;
}
</style>