Shades of Dark Pink #DB5889
Tints of Dark Pink #DB5889
RGB
CMYK
RGB Variations
Color information
#DB5889 (or 0xDB5889) is known color: Dark Pink. HEX triplet: DB, 58 and 89. RGB value is (219,88,137). Sum of RGB (Red+Green+Blue) = 219+88+137=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5889 is #24A776. Grayscale: #848484. Windows color (decimal): -2402167 or 9001179. OLE color: 9001179.
HSL color Cylindrical-coordinate representation of color #DB5889: hue angle of 337.56º 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 #DB5889 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 137 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.14 |
| HSL | 337.56º | 0.65% | 0.6% | - |
| HSV(B) | 337.56º | 0.6% | 0.86% | - |
| XYZ | 37.22 | 23.85 | 26.31 | - |
| YUV | 132.76 | 130.4 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 137 | 0 | 0.60 | 0.37 | 0.14 | 337.56 | 0.65 | 0.6 |
| Hex | DB | 58 | 89 | 0 | 3C | 25 | E | 152 | 41 | 3C |
| Octal | 333 | 130 | 211 | 0 | 74 | 45 | 16 | 522 | 101 | 74 |
| Binary | 11011011 | 1011000 | 10001001 | 0 | 111100 | 100101 | 1110 | 101010010 | 1000001 | 111100 |
Color Harmonies of #DB5889
Complementary color
Monochromatic Colors of #DB5889
Black with #DB5889
Text Example
Text Example
White with #DB5889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5889; }
p { color: rgb(219,88,137); }
H1.HeaderClassName
{
color: #DB5889;
}
.AnyTagClassName
{
color: #DB5889;
}
</style>
background-color css
<style>
a { background-color: #DB5889; }
a { background-color: rgb(219,88,137); }
div.DivClassName
{
background-color: #DB5889;
}
.BgClassName
{
background-color: #DB5889;
}
</style>
border-color css
<style>
span { border-color: #DB5889; }
span { border-color: rgb(219,88,137); }
td.TdClassName
{
border-color: #DB5889;
}
.TagClassName
{
border-color: #DB5889;
}
</style>