Shades of Plum #DB91D1
Tints of Plum #DB91D1
RGB
CMYK
RGB Variations
Color information
#DB91D1 (or 0xDB91D1) is known color: Plum. HEX triplet: DB, 91 and D1. RGB value is (219,145,209). Sum of RGB (Red+Green+Blue) = 219+145+209=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91D1 is #246E2E. Grayscale: #AEAEAE. Windows color (decimal): -2387503 or 13734363. OLE color: 13734363.
HSL color Cylindrical-coordinate representation of color #DB91D1: hue angle of 308.11º 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 #DB91D1 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 209 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.14 |
| HSL | 308.11º | 0.51% | 0.71% | - |
| HSV(B) | 308.11º | 0.34% | 0.86% | - |
| XYZ | 50.85 | 39.91 | 65.35 | - |
| YUV | 174.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 209 | 0 | 0.34 | 0.05 | 0.14 | 308.11 | 0.51 | 0.71 |
| Hex | DB | 91 | D1 | 0 | 22 | 5 | E | 134 | 33 | 47 |
| Octal | 333 | 221 | 321 | 0 | 42 | 5 | 16 | 464 | 63 | 107 |
| Binary | 11011011 | 10010001 | 11010001 | 0 | 100010 | 101 | 1110 | 100110100 | 110011 | 1000111 |
Color Harmonies of #DB91D1
Complementary color
Monochromatic Colors of #DB91D1
Black with #DB91D1
Text Example
Text Example
White with #DB91D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91D1; }
p { color: rgb(219,145,209); }
H1.HeaderClassName
{
color: #DB91D1;
}
.AnyTagClassName
{
color: #DB91D1;
}
</style>
background-color css
<style>
a { background-color: #DB91D1; }
a { background-color: rgb(219,145,209); }
div.DivClassName
{
background-color: #DB91D1;
}
.BgClassName
{
background-color: #DB91D1;
}
</style>
border-color css
<style>
span { border-color: #DB91D1; }
span { border-color: rgb(219,145,209); }
td.TdClassName
{
border-color: #DB91D1;
}
.TagClassName
{
border-color: #DB91D1;
}
</style>