Shades of Dark Pink #DC5590
Tints of Dark Pink #DC5590
RGB
CMYK
RGB Variations
Color information
#DC5590 (or 0xDC5590) is known color: Dark Pink. HEX triplet: DC, 55 and 90. RGB value is (220,85,144). Sum of RGB (Red+Green+Blue) = 220+85+144=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5590 is #23AA6F. Grayscale: #838383. Windows color (decimal): -2337392 or 9459164. OLE color: 9459164.
HSL color Cylindrical-coordinate representation of color #DC5590: hue angle of 333.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5590 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 144 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.14 |
| HSL | 333.78º | 0.66% | 0.6% | - |
| HSV(B) | 333.78º | 0.61% | 0.86% | - |
| XYZ | 37.8 | 23.73 | 28.97 | - |
| YUV | 132.09 | 134.73 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 144 | 0 | 0.61 | 0.35 | 0.14 | 333.78 | 0.66 | 0.6 |
| Hex | DC | 55 | 90 | 0 | 3D | 23 | E | 14E | 42 | 3C |
| Octal | 334 | 125 | 220 | 0 | 75 | 43 | 16 | 516 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10010000 | 0 | 111101 | 100011 | 1110 | 101001110 | 1000010 | 111100 |
Color Harmonies of #DC5590
Complementary color
Monochromatic Colors of #DC5590
Black with #DC5590
Text Example
Text Example
White with #DC5590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5590; }
p { color: rgb(220,85,144); }
H1.HeaderClassName
{
color: #DC5590;
}
.AnyTagClassName
{
color: #DC5590;
}
</style>
background-color css
<style>
a { background-color: #DC5590; }
a { background-color: rgb(220,85,144); }
div.DivClassName
{
background-color: #DC5590;
}
.BgClassName
{
background-color: #DC5590;
}
</style>
border-color css
<style>
span { border-color: #DC5590; }
span { border-color: rgb(220,85,144); }
td.TdClassName
{
border-color: #DC5590;
}
.TagClassName
{
border-color: #DC5590;
}
</style>