Shades of Dark Pink #DB5788
Tints of Dark Pink #DB5788
RGB
CMYK
RGB Variations
Color information
#DB5788 (or 0xDB5788) is known color: Dark Pink. HEX triplet: DB, 57 and 88. RGB value is (219,87,136). Sum of RGB (Red+Green+Blue) = 219+87+136=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5788 is #24A877. Grayscale: #838383. Windows color (decimal): -2402424 or 8935387. OLE color: 8935387.
HSL color Cylindrical-coordinate representation of color #DB5788: hue angle of 337.73º 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 #DB5788 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 136 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.14 |
| HSL | 337.73º | 0.65% | 0.6% | - |
| HSV(B) | 337.73º | 0.6% | 0.86% | - |
| XYZ | 37.07 | 23.65 | 25.9 | - |
| YUV | 132.05 | 130.23 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 136 | 0 | 0.60 | 0.38 | 0.14 | 337.73 | 0.65 | 0.6 |
| Hex | DB | 57 | 88 | 0 | 3C | 26 | E | 152 | 41 | 3C |
| Octal | 333 | 127 | 210 | 0 | 74 | 46 | 16 | 522 | 101 | 74 |
| Binary | 11011011 | 1010111 | 10001000 | 0 | 111100 | 100110 | 1110 | 101010010 | 1000001 | 111100 |
Color Harmonies of #DB5788
Complementary color
Monochromatic Colors of #DB5788
Black with #DB5788
Text Example
Text Example
White with #DB5788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5788; }
p { color: rgb(219,87,136); }
H1.HeaderClassName
{
color: #DB5788;
}
.AnyTagClassName
{
color: #DB5788;
}
</style>
background-color css
<style>
a { background-color: #DB5788; }
a { background-color: rgb(219,87,136); }
div.DivClassName
{
background-color: #DB5788;
}
.BgClassName
{
background-color: #DB5788;
}
</style>
border-color css
<style>
span { border-color: #DB5788; }
span { border-color: rgb(219,87,136); }
td.TdClassName
{
border-color: #DB5788;
}
.TagClassName
{
border-color: #DB5788;
}
</style>