Shades of Dark Pink #DB5791
Tints of Dark Pink #DB5791
RGB
CMYK
RGB Variations
Color information
#DB5791 (or 0xDB5791) is known color: Dark Pink. HEX triplet: DB, 57 and 91. RGB value is (219,87,145). Sum of RGB (Red+Green+Blue) = 219+87+145=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5791 is #24A86E. Grayscale: #848484. Windows color (decimal): -2402415 or 9525211. OLE color: 9525211.
HSL color Cylindrical-coordinate representation of color #DB5791: hue angle of 333.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5791 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 145 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.14 |
| HSL | 333.64º | 0.65% | 0.6% | - |
| HSV(B) | 333.64º | 0.6% | 0.86% | - |
| XYZ | 37.73 | 23.92 | 29.42 | - |
| YUV | 133.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 145 | 0 | 0.60 | 0.34 | 0.14 | 333.64 | 0.65 | 0.6 |
| Hex | DB | 57 | 91 | 0 | 3C | 22 | E | 14E | 41 | 3C |
| Octal | 333 | 127 | 221 | 0 | 74 | 42 | 16 | 516 | 101 | 74 |
| Binary | 11011011 | 1010111 | 10010001 | 0 | 111100 | 100010 | 1110 | 101001110 | 1000001 | 111100 |
Color Harmonies of #DB5791
Complementary color
Monochromatic Colors of #DB5791
Black with #DB5791
Text Example
Text Example
White with #DB5791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5791; }
p { color: rgb(219,87,145); }
H1.HeaderClassName
{
color: #DB5791;
}
.AnyTagClassName
{
color: #DB5791;
}
</style>
background-color css
<style>
a { background-color: #DB5791; }
a { background-color: rgb(219,87,145); }
div.DivClassName
{
background-color: #DB5791;
}
.BgClassName
{
background-color: #DB5791;
}
</style>
border-color css
<style>
span { border-color: #DB5791; }
span { border-color: rgb(219,87,145); }
td.TdClassName
{
border-color: #DB5791;
}
.TagClassName
{
border-color: #DB5791;
}
</style>