Shades of Dark Pink #DF5F7D
Tints of Dark Pink #DF5F7D
RGB
CMYK
RGB Variations
Color information
#DF5F7D (or 0xDF5F7D) is known color: Dark Pink. HEX triplet: DF, 5F and 7D. RGB value is (223,95,125). Sum of RGB (Red+Green+Blue) = 223+95+125=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5F7D is #20A082. Grayscale: #888888. Windows color (decimal): -2138243 or 8216543. OLE color: 8216543.
HSL color Cylindrical-coordinate representation of color #DF5F7D: hue angle of 345.94º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF5F7D is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 125 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.13 |
| HSL | 345.94º | 0.67% | 0.62% | - |
| HSV(B) | 345.94º | 0.57% | 0.87% | - |
| XYZ | 38.23 | 25.35 | 22.28 | - |
| YUV | 136.69 | 121.41 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 125 | 0 | 0.57 | 0.44 | 0.13 | 345.94 | 0.67 | 0.62 |
| Hex | DF | 5F | 7D | 0 | 39 | 2C | D | 15A | 43 | 3E |
| Octal | 337 | 137 | 175 | 0 | 71 | 54 | 15 | 532 | 103 | 76 |
| Binary | 11011111 | 1011111 | 1111101 | 0 | 111001 | 101100 | 1101 | 101011010 | 1000011 | 111110 |
Color Harmonies of #DF5F7D
Complementary color
Monochromatic Colors of #DF5F7D
Black with #DF5F7D
Text Example
Text Example
White with #DF5F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F7D; }
p { color: rgb(223,95,125); }
H1.HeaderClassName
{
color: #DF5F7D;
}
.AnyTagClassName
{
color: #DF5F7D;
}
</style>
background-color css
<style>
a { background-color: #DF5F7D; }
a { background-color: rgb(223,95,125); }
div.DivClassName
{
background-color: #DF5F7D;
}
.BgClassName
{
background-color: #DF5F7D;
}
</style>
border-color css
<style>
span { border-color: #DF5F7D; }
span { border-color: rgb(223,95,125); }
td.TdClassName
{
border-color: #DF5F7D;
}
.TagClassName
{
border-color: #DF5F7D;
}
</style>