Shades of Dark Pink #DF577F
Tints of Dark Pink #DF577F
RGB
CMYK
RGB Variations
Color information
#DF577F (or 0xDF577F) is known color: Dark Pink. HEX triplet: DF, 57 and 7F. RGB value is (223,87,127). Sum of RGB (Red+Green+Blue) = 223+87+127=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF577F is #20A880. Grayscale: #848484. Windows color (decimal): -2140289 or 8345567. OLE color: 8345567.
HSL color Cylindrical-coordinate representation of color #DF577F: hue angle of 342.35º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF577F is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 87 | 127 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.13 |
| HSL | 342.35º | 0.68% | 0.61% | - |
| HSV(B) | 342.35º | 0.61% | 0.87% | - |
| XYZ | 37.67 | 24.04 | 22.73 | - |
| YUV | 132.22 | 125.06 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 127 | 0 | 0.61 | 0.43 | 0.13 | 342.35 | 0.68 | 0.61 |
| Hex | DF | 57 | 7F | 0 | 3D | 2B | D | 156 | 44 | 3D |
| Octal | 337 | 127 | 177 | 0 | 75 | 53 | 15 | 526 | 104 | 75 |
| Binary | 11011111 | 1010111 | 1111111 | 0 | 111101 | 101011 | 1101 | 101010110 | 1000100 | 111101 |
Color Harmonies of #DF577F
Complementary color
Monochromatic Colors of #DF577F
Black with #DF577F
Text Example
Text Example
White with #DF577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF577F; }
p { color: rgb(223,87,127); }
H1.HeaderClassName
{
color: #DF577F;
}
.AnyTagClassName
{
color: #DF577F;
}
</style>
background-color css
<style>
a { background-color: #DF577F; }
a { background-color: rgb(223,87,127); }
div.DivClassName
{
background-color: #DF577F;
}
.BgClassName
{
background-color: #DF577F;
}
</style>
border-color css
<style>
span { border-color: #DF577F; }
span { border-color: rgb(223,87,127); }
td.TdClassName
{
border-color: #DF577F;
}
.TagClassName
{
border-color: #DF577F;
}
</style>