Shades of New York Pink #DF7D73
Tints of New York Pink #DF7D73
RGB
CMYK
RGB Variations
Color information
#DF7D73 (or 0xDF7D73) is known color: New York Pink. HEX triplet: DF, 7D and 73. RGB value is (223,125,115). Sum of RGB (Red+Green+Blue) = 223+125+115=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D73 is #20828C. Grayscale: #999999. Windows color (decimal): -2130573 or 7568863. OLE color: 7568863.
HSL color Cylindrical-coordinate representation of color #DF7D73: hue angle of 5.56º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7D73 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 115 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.13 |
| HSL | 5.56º | 0.63% | 0.66% | - |
| HSV(B) | 5.56º | 0.48% | 0.87% | - |
| XYZ | 40.86 | 31.59 | 20.16 | - |
| YUV | 153.16 | 106.47 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 115 | 0 | 0.44 | 0.48 | 0.13 | 5.56 | 0.63 | 0.66 |
| Hex | DF | 7D | 73 | 0 | 2C | 30 | D | 6 | 3F | 42 |
| Octal | 337 | 175 | 163 | 0 | 54 | 60 | 15 | 6 | 77 | 102 |
| Binary | 11011111 | 1111101 | 1110011 | 0 | 101100 | 110000 | 1101 | 110 | 111111 | 1000010 |
Color Harmonies of #DF7D73
Complementary color
Monochromatic Colors of #DF7D73
Black with #DF7D73
Text Example
Text Example
White with #DF7D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D73; }
p { color: rgb(223,125,115); }
H1.HeaderClassName
{
color: #DF7D73;
}
.AnyTagClassName
{
color: #DF7D73;
}
</style>
background-color css
<style>
a { background-color: #DF7D73; }
a { background-color: rgb(223,125,115); }
div.DivClassName
{
background-color: #DF7D73;
}
.BgClassName
{
background-color: #DF7D73;
}
</style>
border-color css
<style>
span { border-color: #DF7D73; }
span { border-color: rgb(223,125,115); }
td.TdClassName
{
border-color: #DF7D73;
}
.TagClassName
{
border-color: #DF7D73;
}
</style>