Shades of New York Pink #D57C73
Tints of New York Pink #D57C73
RGB
CMYK
RGB Variations
Color information
#D57C73 (or 0xD57C73) is known color: New York Pink. HEX triplet: D5, 7C and 73. RGB value is (213,124,115). Sum of RGB (Red+Green+Blue) = 213+124+115=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57C73 is #2A838C. Grayscale: #959595. Windows color (decimal): -2786189 or 7568597. OLE color: 7568597.
HSL color Cylindrical-coordinate representation of color #D57C73: hue angle of 5.51º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57C73 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 115 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.16 |
| HSL | 5.51º | 0.54% | 0.64% | - |
| HSV(B) | 5.51º | 0.46% | 0.84% | - |
| XYZ | 37.74 | 29.8 | 19.98 | - |
| YUV | 149.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 115 | 0 | 0.42 | 0.46 | 0.16 | 5.51 | 0.54 | 0.64 |
| Hex | D5 | 7C | 73 | 0 | 2A | 2E | 10 | 6 | 36 | 40 |
| Octal | 325 | 174 | 163 | 0 | 52 | 56 | 20 | 6 | 66 | 100 |
| Binary | 11010101 | 1111100 | 1110011 | 0 | 101010 | 101110 | 10000 | 110 | 110110 | 1000000 |
Color Harmonies of #D57C73
Complementary color
Monochromatic Colors of #D57C73
Black with #D57C73
Text Example
Text Example
White with #D57C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C73; }
p { color: rgb(213,124,115); }
H1.HeaderClassName
{
color: #D57C73;
}
.AnyTagClassName
{
color: #D57C73;
}
</style>
background-color css
<style>
a { background-color: #D57C73; }
a { background-color: rgb(213,124,115); }
div.DivClassName
{
background-color: #D57C73;
}
.BgClassName
{
background-color: #D57C73;
}
</style>
border-color css
<style>
span { border-color: #D57C73; }
span { border-color: rgb(213,124,115); }
td.TdClassName
{
border-color: #D57C73;
}
.TagClassName
{
border-color: #D57C73;
}
</style>