Shades of New York Pink #D57F74
Tints of New York Pink #D57F74
RGB
CMYK
RGB Variations
Color information
#D57F74 (or 0xD57F74) is known color: New York Pink. HEX triplet: D5, 7F and 74. RGB value is (213,127,116). Sum of RGB (Red+Green+Blue) = 213+127+116=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57F74 is #2A808B. Grayscale: #979797. Windows color (decimal): -2785420 or 7634901. OLE color: 7634901.
HSL color Cylindrical-coordinate representation of color #D57F74: hue angle of 6.8º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57F74 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 116 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.16 |
| HSL | 6.8º | 0.54% | 0.65% | - |
| HSV(B) | 6.8º | 0.46% | 0.84% | - |
| XYZ | 38.18 | 30.59 | 20.41 | - |
| YUV | 151.46 | 107.99 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 116 | 0 | 0.40 | 0.46 | 0.16 | 6.8 | 0.54 | 0.65 |
| Hex | D5 | 7F | 74 | 0 | 28 | 2E | 10 | 7 | 36 | 41 |
| Octal | 325 | 177 | 164 | 0 | 50 | 56 | 20 | 7 | 66 | 101 |
| Binary | 11010101 | 1111111 | 1110100 | 0 | 101000 | 101110 | 10000 | 111 | 110110 | 1000001 |
Color Harmonies of #D57F74
Complementary color
Monochromatic Colors of #D57F74
Black with #D57F74
Text Example
Text Example
White with #D57F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F74; }
p { color: rgb(213,127,116); }
H1.HeaderClassName
{
color: #D57F74;
}
.AnyTagClassName
{
color: #D57F74;
}
</style>
background-color css
<style>
a { background-color: #D57F74; }
a { background-color: rgb(213,127,116); }
div.DivClassName
{
background-color: #D57F74;
}
.BgClassName
{
background-color: #D57F74;
}
</style>
border-color css
<style>
span { border-color: #D57F74; }
span { border-color: rgb(213,127,116); }
td.TdClassName
{
border-color: #D57F74;
}
.TagClassName
{
border-color: #D57F74;
}
</style>