Shades of Dark Pink #DC558C
Tints of Dark Pink #DC558C
RGB
CMYK
RGB Variations
Color information
#DC558C (or 0xDC558C) is known color: Dark Pink. HEX triplet: DC, 55 and 8C. RGB value is (220,85,140). Sum of RGB (Red+Green+Blue) = 220+85+140=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC558C is #23AA73. Grayscale: #838383. Windows color (decimal): -2337396 or 9197020. OLE color: 9197020.
HSL color Cylindrical-coordinate representation of color #DC558C: hue angle of 335.56º 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 #DC558C is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 140 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.14 |
| HSL | 335.56º | 0.66% | 0.6% | - |
| HSV(B) | 335.56º | 0.61% | 0.86% | - |
| XYZ | 37.5 | 23.61 | 27.39 | - |
| YUV | 131.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 140 | 0 | 0.61 | 0.36 | 0.14 | 335.56 | 0.66 | 0.6 |
| Hex | DC | 55 | 8C | 0 | 3D | 24 | E | 150 | 42 | 3C |
| Octal | 334 | 125 | 214 | 0 | 75 | 44 | 16 | 520 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10001100 | 0 | 111101 | 100100 | 1110 | 101010000 | 1000010 | 111100 |
Color Harmonies of #DC558C
Complementary color
Monochromatic Colors of #DC558C
Black with #DC558C
Text Example
Text Example
White with #DC558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC558C; }
p { color: rgb(220,85,140); }
H1.HeaderClassName
{
color: #DC558C;
}
.AnyTagClassName
{
color: #DC558C;
}
</style>
background-color css
<style>
a { background-color: #DC558C; }
a { background-color: rgb(220,85,140); }
div.DivClassName
{
background-color: #DC558C;
}
.BgClassName
{
background-color: #DC558C;
}
</style>
border-color css
<style>
span { border-color: #DC558C; }
span { border-color: rgb(220,85,140); }
td.TdClassName
{
border-color: #DC558C;
}
.TagClassName
{
border-color: #DC558C;
}
</style>