Shades of Plum #DB91E1
Tints of Plum #DB91E1
RGB
CMYK
RGB Variations
Color information
#DB91E1 (or 0xDB91E1) is known color: Plum. HEX triplet: DB, 91 and E1. RGB value is (219,145,225). Sum of RGB (Red+Green+Blue) = 219+145+225=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB91E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91E1 is #246E1E. Grayscale: #B0B0B0. Windows color (decimal): -2387487 or 14782939. OLE color: 14782939.
HSL color Cylindrical-coordinate representation of color #DB91E1: hue angle of 295.5º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB91E1 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 145 | 225 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.12 |
| HSL | 295.5º | 0.57% | 0.73% | - |
| HSV(B) | 295.5º | 0.36% | 0.88% | - |
| XYZ | 52.93 | 40.75 | 76.31 | - |
| YUV | 176.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 225 | 0.03 | 0.36 | 0 | 0.12 | 295.5 | 0.57 | 0.73 |
| Hex | DB | 91 | E1 | 3 | 24 | 0 | C | 128 | 39 | 49 |
| Octal | 333 | 221 | 341 | 3 | 44 | 0 | 14 | 450 | 71 | 111 |
| Binary | 11011011 | 10010001 | 11100001 | 11 | 100100 | 0 | 1100 | 100101000 | 111001 | 1001001 |
Color Harmonies of #DB91E1
Complementary color
Monochromatic Colors of #DB91E1
Black with #DB91E1
Text Example
Text Example
White with #DB91E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91E1; }
p { color: rgb(219,145,225); }
H1.HeaderClassName
{
color: #DB91E1;
}
.AnyTagClassName
{
color: #DB91E1;
}
</style>
background-color css
<style>
a { background-color: #DB91E1; }
a { background-color: rgb(219,145,225); }
div.DivClassName
{
background-color: #DB91E1;
}
.BgClassName
{
background-color: #DB91E1;
}
</style>
border-color css
<style>
span { border-color: #DB91E1; }
span { border-color: rgb(219,145,225); }
td.TdClassName
{
border-color: #DB91E1;
}
.TagClassName
{
border-color: #DB91E1;
}
</style>