Shades of Plum #DB91DC
Tints of Plum #DB91DC
RGB
CMYK
RGB Variations
Color information
#DB91DC (or 0xDB91DC) is known color: Plum. HEX triplet: DB, 91 and DC. RGB value is (219,145,220). Sum of RGB (Red+Green+Blue) = 219+145+220=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB91DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91DC is #246E23. Grayscale: #AFAFAF. Windows color (decimal): -2387492 or 14455259. OLE color: 14455259.
HSL color Cylindrical-coordinate representation of color #DB91DC: hue angle of 299.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB91DC is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 220 | - |
| CMYK | 0.00 | 0.34 | 0 | 0.14 |
| HSL | 299.2º | 0.52% | 0.72% | - |
| HSV(B) | 299.2º | 0.34% | 0.86% | - |
| XYZ | 52.26 | 40.48 | 72.77 | - |
| YUV | 175.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 220 | 0.00 | 0.34 | 0 | 0.14 | 299.2 | 0.52 | 0.72 |
| Hex | DB | 91 | DC | 0 | 22 | 0 | E | 12B | 34 | 48 |
| Octal | 333 | 221 | 334 | 0 | 42 | 0 | 16 | 453 | 64 | 110 |
| Binary | 11011011 | 10010001 | 11011100 | 0 | 100010 | 0 | 1110 | 100101011 | 110100 | 1001000 |
Color Harmonies of #DB91DC
Complementary color
Monochromatic Colors of #DB91DC
Black with #DB91DC
Text Example
Text Example
White with #DB91DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91DC; }
p { color: rgb(219,145,220); }
H1.HeaderClassName
{
color: #DB91DC;
}
.AnyTagClassName
{
color: #DB91DC;
}
</style>
background-color css
<style>
a { background-color: #DB91DC; }
a { background-color: rgb(219,145,220); }
div.DivClassName
{
background-color: #DB91DC;
}
.BgClassName
{
background-color: #DB91DC;
}
</style>
border-color css
<style>
span { border-color: #DB91DC; }
span { border-color: rgb(219,145,220); }
td.TdClassName
{
border-color: #DB91DC;
}
.TagClassName
{
border-color: #DB91DC;
}
</style>