Shades of Dark Pink #DB5991
Tints of Dark Pink #DB5991
RGB
CMYK
RGB Variations
Color information
#DB5991 (or 0xDB5991) is known color: Dark Pink. HEX triplet: DB, 59 and 91. RGB value is (219,89,145). Sum of RGB (Red+Green+Blue) = 219+89+145=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5991 is #24A66E. Grayscale: #868686. Windows color (decimal): -2401903 or 9525723. OLE color: 9525723.
HSL color Cylindrical-coordinate representation of color #DB5991: hue angle of 334.15º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5991 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 145 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.14 |
| HSL | 334.15º | 0.64% | 0.6% | - |
| HSV(B) | 334.15º | 0.59% | 0.86% | - |
| XYZ | 37.9 | 24.25 | 29.47 | - |
| YUV | 134.25 | 134.07 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 145 | 0 | 0.59 | 0.34 | 0.14 | 334.15 | 0.64 | 0.6 |
| Hex | DB | 59 | 91 | 0 | 3B | 22 | E | 14E | 40 | 3C |
| Octal | 333 | 131 | 221 | 0 | 73 | 42 | 16 | 516 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10010001 | 0 | 111011 | 100010 | 1110 | 101001110 | 1000000 | 111100 |
Color Harmonies of #DB5991
Complementary color
Monochromatic Colors of #DB5991
Black with #DB5991
Text Example
Text Example
White with #DB5991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5991; }
p { color: rgb(219,89,145); }
H1.HeaderClassName
{
color: #DB5991;
}
.AnyTagClassName
{
color: #DB5991;
}
</style>
background-color css
<style>
a { background-color: #DB5991; }
a { background-color: rgb(219,89,145); }
div.DivClassName
{
background-color: #DB5991;
}
.BgClassName
{
background-color: #DB5991;
}
</style>
border-color css
<style>
span { border-color: #DB5991; }
span { border-color: rgb(219,89,145); }
td.TdClassName
{
border-color: #DB5991;
}
.TagClassName
{
border-color: #DB5991;
}
</style>