Shades of Dark Pink #DC578F
Tints of Dark Pink #DC578F
RGB
CMYK
RGB Variations
Color information
#DC578F (or 0xDC578F) is known color: Dark Pink. HEX triplet: DC, 57 and 8F. RGB value is (220,87,143). Sum of RGB (Red+Green+Blue) = 220+87+143=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC578F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC578F is #23A870. Grayscale: #858585. Windows color (decimal): -2336881 or 9394140. OLE color: 9394140.
HSL color Cylindrical-coordinate representation of color #DC578F: hue angle of 334.74º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC578F is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 143 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.14 |
| HSL | 334.74º | 0.66% | 0.6% | - |
| HSV(B) | 334.74º | 0.6% | 0.86% | - |
| XYZ | 37.88 | 24.02 | 28.63 | - |
| YUV | 133.15 | 133.56 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 143 | 0 | 0.60 | 0.35 | 0.14 | 334.74 | 0.66 | 0.6 |
| Hex | DC | 57 | 8F | 0 | 3C | 23 | E | 14F | 42 | 3C |
| Octal | 334 | 127 | 217 | 0 | 74 | 43 | 16 | 517 | 102 | 74 |
| Binary | 11011100 | 1010111 | 10001111 | 0 | 111100 | 100011 | 1110 | 101001111 | 1000010 | 111100 |
Color Harmonies of #DC578F
Complementary color
Monochromatic Colors of #DC578F
Black with #DC578F
Text Example
Text Example
White with #DC578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC578F; }
p { color: rgb(220,87,143); }
H1.HeaderClassName
{
color: #DC578F;
}
.AnyTagClassName
{
color: #DC578F;
}
</style>
background-color css
<style>
a { background-color: #DC578F; }
a { background-color: rgb(220,87,143); }
div.DivClassName
{
background-color: #DC578F;
}
.BgClassName
{
background-color: #DC578F;
}
</style>
border-color css
<style>
span { border-color: #DC578F; }
span { border-color: rgb(220,87,143); }
td.TdClassName
{
border-color: #DC578F;
}
.TagClassName
{
border-color: #DC578F;
}
</style>