Shades of Dark Pink #DF5C7D
Tints of Dark Pink #DF5C7D
RGB
CMYK
RGB Variations
Color information
#DF5C7D (or 0xDF5C7D) is known color: Dark Pink. HEX triplet: DF, 5C and 7D. RGB value is (223,92,125). Sum of RGB (Red+Green+Blue) = 223+92+125=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5C7D is #20A382. Grayscale: #868686. Windows color (decimal): -2139011 or 8215775. OLE color: 8215775.
HSL color Cylindrical-coordinate representation of color #DF5C7D: hue angle of 344.89º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5C7D is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 125 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.13 |
| HSL | 344.89º | 0.67% | 0.62% | - |
| HSV(B) | 344.89º | 0.59% | 0.87% | - |
| XYZ | 37.96 | 24.82 | 22.19 | - |
| YUV | 134.93 | 122.4 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 125 | 0 | 0.59 | 0.44 | 0.13 | 344.89 | 0.67 | 0.62 |
| Hex | DF | 5C | 7D | 0 | 3B | 2C | D | 159 | 43 | 3E |
| Octal | 337 | 134 | 175 | 0 | 73 | 54 | 15 | 531 | 103 | 76 |
| Binary | 11011111 | 1011100 | 1111101 | 0 | 111011 | 101100 | 1101 | 101011001 | 1000011 | 111110 |
Color Harmonies of #DF5C7D
Complementary color
Monochromatic Colors of #DF5C7D
Black with #DF5C7D
Text Example
Text Example
White with #DF5C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C7D; }
p { color: rgb(223,92,125); }
H1.HeaderClassName
{
color: #DF5C7D;
}
.AnyTagClassName
{
color: #DF5C7D;
}
</style>
background-color css
<style>
a { background-color: #DF5C7D; }
a { background-color: rgb(223,92,125); }
div.DivClassName
{
background-color: #DF5C7D;
}
.BgClassName
{
background-color: #DF5C7D;
}
</style>
border-color css
<style>
span { border-color: #DF5C7D; }
span { border-color: rgb(223,92,125); }
td.TdClassName
{
border-color: #DF5C7D;
}
.TagClassName
{
border-color: #DF5C7D;
}
</style>