Shades of Dark Pink #DF5980
Tints of Dark Pink #DF5980
RGB
CMYK
RGB Variations
Color information
#DF5980 (or 0xDF5980) is known color: Dark Pink. HEX triplet: DF, 59 and 80. RGB value is (223,89,128). Sum of RGB (Red+Green+Blue) = 223+89+128=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5980 is #20A67F. Grayscale: #858585. Windows color (decimal): -2139776 or 8411615. OLE color: 8411615.
HSL color Cylindrical-coordinate representation of color #DF5980: hue angle of 342.54º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5980 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 128 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.13 |
| HSL | 342.54º | 0.68% | 0.61% | - |
| HSV(B) | 342.54º | 0.6% | 0.87% | - |
| XYZ | 37.9 | 24.39 | 23.13 | - |
| YUV | 133.51 | 124.89 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 128 | 0 | 0.60 | 0.43 | 0.13 | 342.54 | 0.68 | 0.61 |
| Hex | DF | 59 | 80 | 0 | 3C | 2B | D | 157 | 44 | 3D |
| Octal | 337 | 131 | 200 | 0 | 74 | 53 | 15 | 527 | 104 | 75 |
| Binary | 11011111 | 1011001 | 10000000 | 0 | 111100 | 101011 | 1101 | 101010111 | 1000100 | 111101 |
Color Harmonies of #DF5980
Complementary color
Monochromatic Colors of #DF5980
Black with #DF5980
Text Example
Text Example
White with #DF5980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5980; }
p { color: rgb(223,89,128); }
H1.HeaderClassName
{
color: #DF5980;
}
.AnyTagClassName
{
color: #DF5980;
}
</style>
background-color css
<style>
a { background-color: #DF5980; }
a { background-color: rgb(223,89,128); }
div.DivClassName
{
background-color: #DF5980;
}
.BgClassName
{
background-color: #DF5980;
}
</style>
border-color css
<style>
span { border-color: #DF5980; }
span { border-color: rgb(223,89,128); }
td.TdClassName
{
border-color: #DF5980;
}
.TagClassName
{
border-color: #DF5980;
}
</style>