Shades of Dark Pink #DC5985
Tints of Dark Pink #DC5985
RGB
CMYK
RGB Variations
Color information
#DC5985 (or 0xDC5985) is known color: Dark Pink. HEX triplet: DC, 59 and 85. RGB value is (220,89,133). Sum of RGB (Red+Green+Blue) = 220+89+133=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5985 is #23A67A. Grayscale: #858585. Windows color (decimal): -2336379 or 8739292. OLE color: 8739292.
HSL color Cylindrical-coordinate representation of color #DC5985: hue angle of 339.85º 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 #DC5985 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 133 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.14 |
| HSL | 339.85º | 0.65% | 0.61% | - |
| HSV(B) | 339.85º | 0.6% | 0.86% | - |
| XYZ | 37.32 | 24.05 | 24.87 | - |
| YUV | 133.19 | 127.9 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 133 | 0 | 0.60 | 0.40 | 0.14 | 339.85 | 0.65 | 0.61 |
| Hex | DC | 59 | 85 | 0 | 3C | 28 | E | 154 | 41 | 3D |
| Octal | 334 | 131 | 205 | 0 | 74 | 50 | 16 | 524 | 101 | 75 |
| Binary | 11011100 | 1011001 | 10000101 | 0 | 111100 | 101000 | 1110 | 101010100 | 1000001 | 111101 |
Color Harmonies of #DC5985
Complementary color
Monochromatic Colors of #DC5985
Black with #DC5985
Text Example
Text Example
White with #DC5985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5985; }
p { color: rgb(220,89,133); }
H1.HeaderClassName
{
color: #DC5985;
}
.AnyTagClassName
{
color: #DC5985;
}
</style>
background-color css
<style>
a { background-color: #DC5985; }
a { background-color: rgb(220,89,133); }
div.DivClassName
{
background-color: #DC5985;
}
.BgClassName
{
background-color: #DC5985;
}
</style>
border-color css
<style>
span { border-color: #DC5985; }
span { border-color: rgb(220,89,133); }
td.TdClassName
{
border-color: #DC5985;
}
.TagClassName
{
border-color: #DC5985;
}
</style>