Shades of Dark Pink #DC558F
Tints of Dark Pink #DC558F
RGB
CMYK
RGB Variations
Color information
#DC558F (or 0xDC558F) is known color: Dark Pink. HEX triplet: DC, 55 and 8F. RGB value is (220,85,143). Sum of RGB (Red+Green+Blue) = 220+85+143=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC558F is #23AA70. Grayscale: #838383. Windows color (decimal): -2337393 or 9393628. OLE color: 9393628.
HSL color Cylindrical-coordinate representation of color #DC558F: hue angle of 334.22º 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 #DC558F is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 143 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.14 |
| HSL | 334.22º | 0.66% | 0.6% | - |
| HSV(B) | 334.22º | 0.61% | 0.86% | - |
| XYZ | 37.72 | 23.7 | 28.57 | - |
| YUV | 131.98 | 134.23 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 143 | 0 | 0.61 | 0.35 | 0.14 | 334.22 | 0.66 | 0.6 |
| Hex | DC | 55 | 8F | 0 | 3D | 23 | E | 14E | 42 | 3C |
| Octal | 334 | 125 | 217 | 0 | 75 | 43 | 16 | 516 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10001111 | 0 | 111101 | 100011 | 1110 | 101001110 | 1000010 | 111100 |
Color Harmonies of #DC558F
Complementary color
Monochromatic Colors of #DC558F
Black with #DC558F
Text Example
Text Example
White with #DC558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC558F; }
p { color: rgb(220,85,143); }
H1.HeaderClassName
{
color: #DC558F;
}
.AnyTagClassName
{
color: #DC558F;
}
</style>
background-color css
<style>
a { background-color: #DC558F; }
a { background-color: rgb(220,85,143); }
div.DivClassName
{
background-color: #DC558F;
}
.BgClassName
{
background-color: #DC558F;
}
</style>
border-color css
<style>
span { border-color: #DC558F; }
span { border-color: rgb(220,85,143); }
td.TdClassName
{
border-color: #DC558F;
}
.TagClassName
{
border-color: #DC558F;
}
</style>