Shades of Plum #DB91DD
Tints of Plum #DB91DD
RGB
CMYK
RGB Variations
Color information
#DB91DD (or 0xDB91DD) is known color: Plum. HEX triplet: DB, 91 and DD. RGB value is (219,145,221). Sum of RGB (Red+Green+Blue) = 219+145+221=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB91DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91DD is #246E22. Grayscale: #AFAFAF. Windows color (decimal): -2387491 or 14520795. OLE color: 14520795.
HSL color Cylindrical-coordinate representation of color #DB91DD: hue angle of 298.42º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB91DD is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 145 | 221 | - |
CMYK | 0.01 | 0.34 | 0 | 0.13 |
HSL | 298.42º | 0.53% | 0.72% | - |
HSV(B) | 298.42º | 0.34% | 0.87% | - |
XYZ | 52.39 | 40.53 | 73.47 | - |
YUV | 175.79 | 153.52 | 158.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 145 | 221 | 0.01 | 0.34 | 0 | 0.13 | 298.42 | 0.53 | 0.72 |
Hex | DB | 91 | DD | 1 | 22 | 0 | D | 12A | 35 | 48 |
Octal | 333 | 221 | 335 | 1 | 42 | 0 | 15 | 452 | 65 | 110 |
Binary | 11011011 | 10010001 | 11011101 | 1 | 100010 | 0 | 1101 | 100101010 | 110101 | 1001000 |
Color Harmonies of #DB91DD
Complementary color
Monochromatic Colors of #DB91DD
Black with #DB91DD
Text Example
Text Example
White with #DB91DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91DD; }
p { color: rgb(219,145,221); }
H1.HeaderClassName
{
color: #DB91DD;
}
.AnyTagClassName
{
color: #DB91DD;
}
</style>
background-color css
<style>
a { background-color: #DB91DD; }
a { background-color: rgb(219,145,221); }
div.DivClassName
{
background-color: #DB91DD;
}
.BgClassName
{
background-color: #DB91DD;
}
</style>
border-color css
<style>
span { border-color: #DB91DD; }
span { border-color: rgb(219,145,221); }
td.TdClassName
{
border-color: #DB91DD;
}
.TagClassName
{
border-color: #DB91DD;
}
</style>