Shades of Dark Pink #DB5789
Tints of Dark Pink #DB5789
RGB
CMYK
RGB Variations
Color information
#DB5789 (or 0xDB5789) is known color: Dark Pink. HEX triplet: DB, 57 and 89. RGB value is (219,87,137). Sum of RGB (Red+Green+Blue) = 219+87+137=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5789 is #24A876. Grayscale: #848484. Windows color (decimal): -2402423 or 9000923. OLE color: 9000923.
HSL color Cylindrical-coordinate representation of color #DB5789: hue angle of 337.27º 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 #DB5789 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 137 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.14 |
| HSL | 337.27º | 0.65% | 0.6% | - |
| HSV(B) | 337.27º | 0.6% | 0.86% | - |
| XYZ | 37.14 | 23.68 | 26.28 | - |
| YUV | 132.17 | 130.73 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 137 | 0 | 0.60 | 0.37 | 0.14 | 337.27 | 0.65 | 0.6 |
| Hex | DB | 57 | 89 | 0 | 3C | 25 | E | 151 | 41 | 3C |
| Octal | 333 | 127 | 211 | 0 | 74 | 45 | 16 | 521 | 101 | 74 |
| Binary | 11011011 | 1010111 | 10001001 | 0 | 111100 | 100101 | 1110 | 101010001 | 1000001 | 111100 |
Color Harmonies of #DB5789
Complementary color
Monochromatic Colors of #DB5789
Black with #DB5789
Text Example
Text Example
White with #DB5789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5789; }
p { color: rgb(219,87,137); }
H1.HeaderClassName
{
color: #DB5789;
}
.AnyTagClassName
{
color: #DB5789;
}
</style>
background-color css
<style>
a { background-color: #DB5789; }
a { background-color: rgb(219,87,137); }
div.DivClassName
{
background-color: #DB5789;
}
.BgClassName
{
background-color: #DB5789;
}
</style>
border-color css
<style>
span { border-color: #DB5789; }
span { border-color: rgb(219,87,137); }
td.TdClassName
{
border-color: #DB5789;
}
.TagClassName
{
border-color: #DB5789;
}
</style>