Shades of Plum #DB91D2
Tints of Plum #DB91D2
RGB
CMYK
RGB Variations
Color information
#DB91D2 (or 0xDB91D2) is known color: Plum. HEX triplet: DB, 91 and D2. RGB value is (219,145,210). Sum of RGB (Red+Green+Blue) = 219+145+210=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91D2 is #246E2D. Grayscale: #AEAEAE. Windows color (decimal): -2387502 or 13799899. OLE color: 13799899.
HSL color Cylindrical-coordinate representation of color #DB91D2: hue angle of 307.3º 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 #DB91D2 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 210 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.14 |
| HSL | 307.3º | 0.51% | 0.71% | - |
| HSV(B) | 307.3º | 0.34% | 0.86% | - |
| XYZ | 50.97 | 39.96 | 66 | - |
| YUV | 174.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 210 | 0 | 0.34 | 0.04 | 0.14 | 307.3 | 0.51 | 0.71 |
| Hex | DB | 91 | D2 | 0 | 22 | 4 | E | 133 | 33 | 47 |
| Octal | 333 | 221 | 322 | 0 | 42 | 4 | 16 | 463 | 63 | 107 |
| Binary | 11011011 | 10010001 | 11010010 | 0 | 100010 | 100 | 1110 | 100110011 | 110011 | 1000111 |
Color Harmonies of #DB91D2
Complementary color
Monochromatic Colors of #DB91D2
Black with #DB91D2
Text Example
Text Example
White with #DB91D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91D2; }
p { color: rgb(219,145,210); }
H1.HeaderClassName
{
color: #DB91D2;
}
.AnyTagClassName
{
color: #DB91D2;
}
</style>
background-color css
<style>
a { background-color: #DB91D2; }
a { background-color: rgb(219,145,210); }
div.DivClassName
{
background-color: #DB91D2;
}
.BgClassName
{
background-color: #DB91D2;
}
</style>
border-color css
<style>
span { border-color: #DB91D2; }
span { border-color: rgb(219,145,210); }
td.TdClassName
{
border-color: #DB91D2;
}
.TagClassName
{
border-color: #DB91D2;
}
</style>