Shades of Dark Pink #DC5982
Tints of Dark Pink #DC5982
RGB
CMYK
RGB Variations
Color information
#DC5982 (or 0xDC5982) is known color: Dark Pink. HEX triplet: DC, 59 and 82. RGB value is (220,89,130). Sum of RGB (Red+Green+Blue) = 220+89+130=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5982 is #23A67D. Grayscale: #848484. Windows color (decimal): -2336382 or 8542684. OLE color: 8542684.
HSL color Cylindrical-coordinate representation of color #DC5982: hue angle of 341.22º 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 #DC5982 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 130 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.14 |
| HSL | 341.22º | 0.65% | 0.61% | - |
| HSV(B) | 341.22º | 0.6% | 0.86% | - |
| XYZ | 37.12 | 23.97 | 23.79 | - |
| YUV | 132.84 | 126.4 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 130 | 0 | 0.60 | 0.41 | 0.14 | 341.22 | 0.65 | 0.61 |
| Hex | DC | 59 | 82 | 0 | 3C | 29 | E | 155 | 41 | 3D |
| Octal | 334 | 131 | 202 | 0 | 74 | 51 | 16 | 525 | 101 | 75 |
| Binary | 11011100 | 1011001 | 10000010 | 0 | 111100 | 101001 | 1110 | 101010101 | 1000001 | 111101 |
Color Harmonies of #DC5982
Complementary color
Monochromatic Colors of #DC5982
Black with #DC5982
Text Example
Text Example
White with #DC5982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5982; }
p { color: rgb(220,89,130); }
H1.HeaderClassName
{
color: #DC5982;
}
.AnyTagClassName
{
color: #DC5982;
}
</style>
background-color css
<style>
a { background-color: #DC5982; }
a { background-color: rgb(220,89,130); }
div.DivClassName
{
background-color: #DC5982;
}
.BgClassName
{
background-color: #DC5982;
}
</style>
border-color css
<style>
span { border-color: #DC5982; }
span { border-color: rgb(220,89,130); }
td.TdClassName
{
border-color: #DC5982;
}
.TagClassName
{
border-color: #DC5982;
}
</style>