Shades of Dark Pink #DC5788
Tints of Dark Pink #DC5788
RGB
CMYK
RGB Variations
Color information
#DC5788 (or 0xDC5788) is known color: Dark Pink. HEX triplet: DC, 57 and 88. RGB value is (220,87,136). Sum of RGB (Red+Green+Blue) = 220+87+136=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5788 is #23A877. Grayscale: #848484. Windows color (decimal): -2336888 or 8935388. OLE color: 8935388.
HSL color Cylindrical-coordinate representation of color #DC5788: hue angle of 337.89º degrees, saturation: 0.66, 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 #DC5788 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 136 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.14 |
| HSL | 337.89º | 0.66% | 0.6% | - |
| HSV(B) | 337.89º | 0.6% | 0.86% | - |
| XYZ | 37.37 | 23.81 | 25.92 | - |
| YUV | 132.35 | 130.06 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 136 | 0 | 0.60 | 0.38 | 0.14 | 337.89 | 0.66 | 0.6 |
| Hex | DC | 57 | 88 | 0 | 3C | 26 | E | 152 | 42 | 3C |
| Octal | 334 | 127 | 210 | 0 | 74 | 46 | 16 | 522 | 102 | 74 |
| Binary | 11011100 | 1010111 | 10001000 | 0 | 111100 | 100110 | 1110 | 101010010 | 1000010 | 111100 |
Color Harmonies of #DC5788
Complementary color
Monochromatic Colors of #DC5788
Black with #DC5788
Text Example
Text Example
White with #DC5788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5788; }
p { color: rgb(220,87,136); }
H1.HeaderClassName
{
color: #DC5788;
}
.AnyTagClassName
{
color: #DC5788;
}
</style>
background-color css
<style>
a { background-color: #DC5788; }
a { background-color: rgb(220,87,136); }
div.DivClassName
{
background-color: #DC5788;
}
.BgClassName
{
background-color: #DC5788;
}
</style>
border-color css
<style>
span { border-color: #DC5788; }
span { border-color: rgb(220,87,136); }
td.TdClassName
{
border-color: #DC5788;
}
.TagClassName
{
border-color: #DC5788;
}
</style>