Shades of Dark Pink #DC5992
Tints of Dark Pink #DC5992
RGB
CMYK
RGB Variations
Color information
#DC5992 (or 0xDC5992) is known color: Dark Pink. HEX triplet: DC, 59 and 92. RGB value is (220,89,146). Sum of RGB (Red+Green+Blue) = 220+89+146=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5992 is #23A66D. Grayscale: #868686. Windows color (decimal): -2336366 or 9591260. OLE color: 9591260.
HSL color Cylindrical-coordinate representation of color #DC5992: hue angle of 333.89º 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 #DC5992 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 146 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.14 |
| HSL | 333.89º | 0.65% | 0.61% | - |
| HSV(B) | 333.89º | 0.6% | 0.86% | - |
| XYZ | 38.28 | 24.44 | 29.89 | - |
| YUV | 134.67 | 134.4 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 146 | 0 | 0.60 | 0.34 | 0.14 | 333.89 | 0.65 | 0.61 |
| Hex | DC | 59 | 92 | 0 | 3C | 22 | E | 14E | 41 | 3D |
| Octal | 334 | 131 | 222 | 0 | 74 | 42 | 16 | 516 | 101 | 75 |
| Binary | 11011100 | 1011001 | 10010010 | 0 | 111100 | 100010 | 1110 | 101001110 | 1000001 | 111101 |
Color Harmonies of #DC5992
Complementary color
Monochromatic Colors of #DC5992
Black with #DC5992
Text Example
Text Example
White with #DC5992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5992; }
p { color: rgb(220,89,146); }
H1.HeaderClassName
{
color: #DC5992;
}
.AnyTagClassName
{
color: #DC5992;
}
</style>
background-color css
<style>
a { background-color: #DC5992; }
a { background-color: rgb(220,89,146); }
div.DivClassName
{
background-color: #DC5992;
}
.BgClassName
{
background-color: #DC5992;
}
</style>
border-color css
<style>
span { border-color: #DC5992; }
span { border-color: rgb(220,89,146); }
td.TdClassName
{
border-color: #DC5992;
}
.TagClassName
{
border-color: #DC5992;
}
</style>