Shades of Dark Pink #DC5984
Tints of Dark Pink #DC5984
RGB
CMYK
RGB Variations
Color information
#DC5984 (or 0xDC5984) is known color: Dark Pink. HEX triplet: DC, 59 and 84. RGB value is (220,89,132). Sum of RGB (Red+Green+Blue) = 220+89+132=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5984 is #23A67B. Grayscale: #858585. Windows color (decimal): -2336380 or 8673756. OLE color: 8673756.
HSL color Cylindrical-coordinate representation of color #DC5984: hue angle of 340.31º 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 #DC5984 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 132 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.14 |
| HSL | 340.31º | 0.65% | 0.61% | - |
| HSV(B) | 340.31º | 0.6% | 0.86% | - |
| XYZ | 37.25 | 24.03 | 24.5 | - |
| YUV | 133.07 | 127.4 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 132 | 0 | 0.60 | 0.40 | 0.14 | 340.31 | 0.65 | 0.61 |
| Hex | DC | 59 | 84 | 0 | 3C | 28 | E | 154 | 41 | 3D |
| Octal | 334 | 131 | 204 | 0 | 74 | 50 | 16 | 524 | 101 | 75 |
| Binary | 11011100 | 1011001 | 10000100 | 0 | 111100 | 101000 | 1110 | 101010100 | 1000001 | 111101 |
Color Harmonies of #DC5984
Complementary color
Monochromatic Colors of #DC5984
Black with #DC5984
Text Example
Text Example
White with #DC5984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5984; }
p { color: rgb(220,89,132); }
H1.HeaderClassName
{
color: #DC5984;
}
.AnyTagClassName
{
color: #DC5984;
}
</style>
background-color css
<style>
a { background-color: #DC5984; }
a { background-color: rgb(220,89,132); }
div.DivClassName
{
background-color: #DC5984;
}
.BgClassName
{
background-color: #DC5984;
}
</style>
border-color css
<style>
span { border-color: #DC5984; }
span { border-color: rgb(220,89,132); }
td.TdClassName
{
border-color: #DC5984;
}
.TagClassName
{
border-color: #DC5984;
}
</style>