Shades of Dark Pink #DC5989
Tints of Dark Pink #DC5989
RGB
CMYK
RGB Variations
Color information
#DC5989 (or 0xDC5989) is known color: Dark Pink. HEX triplet: DC, 59 and 89. RGB value is (220,89,137). Sum of RGB (Red+Green+Blue) = 220+89+137=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5989 is #23A676. Grayscale: #858585. Windows color (decimal): -2336375 or 9001436. OLE color: 9001436.
HSL color Cylindrical-coordinate representation of color #DC5989: hue angle of 338.02º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5989 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 137 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.14 |
| HSL | 338.02º | 0.65% | 0.61% | - |
| HSV(B) | 338.02º | 0.6% | 0.86% | - |
| XYZ | 37.6 | 24.17 | 26.35 | - |
| YUV | 133.64 | 129.9 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 137 | 0 | 0.60 | 0.38 | 0.14 | 338.02 | 0.65 | 0.61 |
| Hex | DC | 59 | 89 | 0 | 3C | 26 | E | 152 | 41 | 3D |
| Octal | 334 | 131 | 211 | 0 | 74 | 46 | 16 | 522 | 101 | 75 |
| Binary | 11011100 | 1011001 | 10001001 | 0 | 111100 | 100110 | 1110 | 101010010 | 1000001 | 111101 |
Color Harmonies of #DC5989
Complementary color
Monochromatic Colors of #DC5989
Black with #DC5989
Text Example
Text Example
White with #DC5989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5989; }
p { color: rgb(220,89,137); }
H1.HeaderClassName
{
color: #DC5989;
}
.AnyTagClassName
{
color: #DC5989;
}
</style>
background-color css
<style>
a { background-color: #DC5989; }
a { background-color: rgb(220,89,137); }
div.DivClassName
{
background-color: #DC5989;
}
.BgClassName
{
background-color: #DC5989;
}
</style>
border-color css
<style>
span { border-color: #DC5989; }
span { border-color: rgb(220,89,137); }
td.TdClassName
{
border-color: #DC5989;
}
.TagClassName
{
border-color: #DC5989;
}
</style>