Shades of Dark Pink #DF5E7D
Tints of Dark Pink #DF5E7D
RGB
CMYK
RGB Variations
Color information
#DF5E7D (or 0xDF5E7D) is known color: Dark Pink. HEX triplet: DF, 5E and 7D. RGB value is (223,94,125). Sum of RGB (Red+Green+Blue) = 223+94+125=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5E7D is #20A182. Grayscale: #888888. Windows color (decimal): -2138499 or 8216287. OLE color: 8216287.
HSL color Cylindrical-coordinate representation of color #DF5E7D: hue angle of 345.58º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF5E7D is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 125 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.13 |
| HSL | 345.58º | 0.67% | 0.62% | - |
| HSV(B) | 345.58º | 0.58% | 0.87% | - |
| XYZ | 38.14 | 25.17 | 22.25 | - |
| YUV | 136.11 | 121.74 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 125 | 0 | 0.58 | 0.44 | 0.13 | 345.58 | 0.67 | 0.62 |
| Hex | DF | 5E | 7D | 0 | 3A | 2C | D | 15A | 43 | 3E |
| Octal | 337 | 136 | 175 | 0 | 72 | 54 | 15 | 532 | 103 | 76 |
| Binary | 11011111 | 1011110 | 1111101 | 0 | 111010 | 101100 | 1101 | 101011010 | 1000011 | 111110 |
Color Harmonies of #DF5E7D
Complementary color
Monochromatic Colors of #DF5E7D
Black with #DF5E7D
Text Example
Text Example
White with #DF5E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5E7D; }
p { color: rgb(223,94,125); }
H1.HeaderClassName
{
color: #DF5E7D;
}
.AnyTagClassName
{
color: #DF5E7D;
}
</style>
background-color css
<style>
a { background-color: #DF5E7D; }
a { background-color: rgb(223,94,125); }
div.DivClassName
{
background-color: #DF5E7D;
}
.BgClassName
{
background-color: #DF5E7D;
}
</style>
border-color css
<style>
span { border-color: #DF5E7D; }
span { border-color: rgb(223,94,125); }
td.TdClassName
{
border-color: #DF5E7D;
}
.TagClassName
{
border-color: #DF5E7D;
}
</style>