Shades of Plum #DB91D5
Tints of Plum #DB91D5
RGB
CMYK
RGB Variations
Color information
#DB91D5 (or 0xDB91D5) is known color: Plum. HEX triplet: DB, 91 and D5. RGB value is (219,145,213). Sum of RGB (Red+Green+Blue) = 219+145+213=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91D5 is #246E2A. Grayscale: #AEAEAE. Windows color (decimal): -2387499 or 13996507. OLE color: 13996507.
HSL color Cylindrical-coordinate representation of color #DB91D5: hue angle of 304.86º 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 #DB91D5 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 213 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.14 |
| HSL | 304.86º | 0.51% | 0.71% | - |
| HSV(B) | 304.86º | 0.34% | 0.86% | - |
| XYZ | 51.35 | 40.11 | 67.99 | - |
| YUV | 174.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 213 | 0 | 0.34 | 0.03 | 0.14 | 304.86 | 0.51 | 0.71 |
| Hex | DB | 91 | D5 | 0 | 22 | 3 | E | 131 | 33 | 47 |
| Octal | 333 | 221 | 325 | 0 | 42 | 3 | 16 | 461 | 63 | 107 |
| Binary | 11011011 | 10010001 | 11010101 | 0 | 100010 | 11 | 1110 | 100110001 | 110011 | 1000111 |
Color Harmonies of #DB91D5
Complementary color
Monochromatic Colors of #DB91D5
Black with #DB91D5
Text Example
Text Example
White with #DB91D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91D5; }
p { color: rgb(219,145,213); }
H1.HeaderClassName
{
color: #DB91D5;
}
.AnyTagClassName
{
color: #DB91D5;
}
</style>
background-color css
<style>
a { background-color: #DB91D5; }
a { background-color: rgb(219,145,213); }
div.DivClassName
{
background-color: #DB91D5;
}
.BgClassName
{
background-color: #DB91D5;
}
</style>
border-color css
<style>
span { border-color: #DB91D5; }
span { border-color: rgb(219,145,213); }
td.TdClassName
{
border-color: #DB91D5;
}
.TagClassName
{
border-color: #DB91D5;
}
</style>