Shades of Dark Pink #DC568F
Tints of Dark Pink #DC568F
RGB
CMYK
RGB Variations
Color information
#DC568F (or 0xDC568F) is known color: Dark Pink. HEX triplet: DC, 56 and 8F. RGB value is (220,86,143). Sum of RGB (Red+Green+Blue) = 220+86+143=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC568F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC568F is #23A970. Grayscale: #848484. Windows color (decimal): -2337137 or 9393884. OLE color: 9393884.
HSL color Cylindrical-coordinate representation of color #DC568F: hue angle of 334.48º 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 #DC568F is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 143 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.14 |
| HSL | 334.48º | 0.66% | 0.6% | - |
| HSV(B) | 334.48º | 0.61% | 0.86% | - |
| XYZ | 37.8 | 23.85 | 28.6 | - |
| YUV | 132.56 | 133.89 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 143 | 0 | 0.61 | 0.35 | 0.14 | 334.48 | 0.66 | 0.6 |
| Hex | DC | 56 | 8F | 0 | 3D | 23 | E | 14E | 42 | 3C |
| Octal | 334 | 126 | 217 | 0 | 75 | 43 | 16 | 516 | 102 | 74 |
| Binary | 11011100 | 1010110 | 10001111 | 0 | 111101 | 100011 | 1110 | 101001110 | 1000010 | 111100 |
Color Harmonies of #DC568F
Complementary color
Monochromatic Colors of #DC568F
Black with #DC568F
Text Example
Text Example
White with #DC568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC568F; }
p { color: rgb(220,86,143); }
H1.HeaderClassName
{
color: #DC568F;
}
.AnyTagClassName
{
color: #DC568F;
}
</style>
background-color css
<style>
a { background-color: #DC568F; }
a { background-color: rgb(220,86,143); }
div.DivClassName
{
background-color: #DC568F;
}
.BgClassName
{
background-color: #DC568F;
}
</style>
border-color css
<style>
span { border-color: #DC568F; }
span { border-color: rgb(220,86,143); }
td.TdClassName
{
border-color: #DC568F;
}
.TagClassName
{
border-color: #DC568F;
}
</style>