Shades of Dark Pink #DF587F
Tints of Dark Pink #DF587F
RGB
CMYK
RGB Variations
Color information
#DF587F (or 0xDF587F) is known color: Dark Pink. HEX triplet: DF, 58 and 7F. RGB value is (223,88,127). Sum of RGB (Red+Green+Blue) = 223+88+127=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF587F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF587F is #20A780. Grayscale: #848484. Windows color (decimal): -2140033 or 8345823. OLE color: 8345823.
HSL color Cylindrical-coordinate representation of color #DF587F: hue angle of 342.67º 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 #DF587F is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 127 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.13 |
| HSL | 342.67º | 0.68% | 0.61% | - |
| HSV(B) | 342.67º | 0.61% | 0.87% | - |
| XYZ | 37.75 | 24.2 | 22.76 | - |
| YUV | 132.81 | 124.73 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 127 | 0 | 0.61 | 0.43 | 0.13 | 342.67 | 0.68 | 0.61 |
| Hex | DF | 58 | 7F | 0 | 3D | 2B | D | 157 | 44 | 3D |
| Octal | 337 | 130 | 177 | 0 | 75 | 53 | 15 | 527 | 104 | 75 |
| Binary | 11011111 | 1011000 | 1111111 | 0 | 111101 | 101011 | 1101 | 101010111 | 1000100 | 111101 |
Color Harmonies of #DF587F
Complementary color
Monochromatic Colors of #DF587F
Black with #DF587F
Text Example
Text Example
White with #DF587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF587F; }
p { color: rgb(223,88,127); }
H1.HeaderClassName
{
color: #DF587F;
}
.AnyTagClassName
{
color: #DF587F;
}
</style>
background-color css
<style>
a { background-color: #DF587F; }
a { background-color: rgb(223,88,127); }
div.DivClassName
{
background-color: #DF587F;
}
.BgClassName
{
background-color: #DF587F;
}
</style>
border-color css
<style>
span { border-color: #DF587F; }
span { border-color: rgb(223,88,127); }
td.TdClassName
{
border-color: #DF587F;
}
.TagClassName
{
border-color: #DF587F;
}
</style>