Shades of Plum #DB91CB
Tints of Plum #DB91CB
RGB
CMYK
RGB Variations
Color information
#DB91CB (or 0xDB91CB) is known color: Plum. HEX triplet: DB, 91 and CB. RGB value is (219,145,203). Sum of RGB (Red+Green+Blue) = 219+145+203=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91CB is #246E34. Grayscale: #ADADAD. Windows color (decimal): -2387509 or 13341147. OLE color: 13341147.
HSL color Cylindrical-coordinate representation of color #DB91CB: hue angle of 312.97º 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 #DB91CB is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 203 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.14 |
| HSL | 312.97º | 0.51% | 0.71% | - |
| HSV(B) | 312.97º | 0.34% | 0.86% | - |
| XYZ | 50.12 | 39.62 | 61.51 | - |
| YUV | 173.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 203 | 0 | 0.34 | 0.07 | 0.14 | 312.97 | 0.51 | 0.71 |
| Hex | DB | 91 | CB | 0 | 22 | 7 | E | 139 | 33 | 47 |
| Octal | 333 | 221 | 313 | 0 | 42 | 7 | 16 | 471 | 63 | 107 |
| Binary | 11011011 | 10010001 | 11001011 | 0 | 100010 | 111 | 1110 | 100111001 | 110011 | 1000111 |
Color Harmonies of #DB91CB
Complementary color
Monochromatic Colors of #DB91CB
Black with #DB91CB
Text Example
Text Example
White with #DB91CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91CB; }
p { color: rgb(219,145,203); }
H1.HeaderClassName
{
color: #DB91CB;
}
.AnyTagClassName
{
color: #DB91CB;
}
</style>
background-color css
<style>
a { background-color: #DB91CB; }
a { background-color: rgb(219,145,203); }
div.DivClassName
{
background-color: #DB91CB;
}
.BgClassName
{
background-color: #DB91CB;
}
</style>
border-color css
<style>
span { border-color: #DB91CB; }
span { border-color: rgb(219,145,203); }
td.TdClassName
{
border-color: #DB91CB;
}
.TagClassName
{
border-color: #DB91CB;
}
</style>