Shades of New York Pink #D47E71
Tints of New York Pink #D47E71
RGB
CMYK
RGB Variations
Color information
#D47E71 (or 0xD47E71) is known color: New York Pink. HEX triplet: D4, 7E and 71. RGB value is (212,126,113). Sum of RGB (Red+Green+Blue) = 212+126+113=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D47E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47E71 is #2B818E. Grayscale: #969696. Windows color (decimal): -2851215 or 7438036. OLE color: 7438036.
HSL color Cylindrical-coordinate representation of color #D47E71: hue angle of 7.88º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D47E71 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 126 | 113 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.17 |
| HSL | 7.88º | 0.54% | 0.64% | - |
| HSV(B) | 7.88º | 0.47% | 0.83% | - |
| XYZ | 37.59 | 30.11 | 19.45 | - |
| YUV | 150.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 126 | 113 | 0 | 0.41 | 0.47 | 0.17 | 7.88 | 0.54 | 0.64 |
| Hex | D4 | 7E | 71 | 0 | 29 | 2F | 11 | 8 | 36 | 40 |
| Octal | 324 | 176 | 161 | 0 | 51 | 57 | 21 | 10 | 66 | 100 |
| Binary | 11010100 | 1111110 | 1110001 | 0 | 101001 | 101111 | 10001 | 1000 | 110110 | 1000000 |
Color Harmonies of #D47E71
Complementary color
Monochromatic Colors of #D47E71
Black with #D47E71
Text Example
Text Example
White with #D47E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47E71; }
p { color: rgb(212,126,113); }
H1.HeaderClassName
{
color: #D47E71;
}
.AnyTagClassName
{
color: #D47E71;
}
</style>
background-color css
<style>
a { background-color: #D47E71; }
a { background-color: rgb(212,126,113); }
div.DivClassName
{
background-color: #D47E71;
}
.BgClassName
{
background-color: #D47E71;
}
</style>
border-color css
<style>
span { border-color: #D47E71; }
span { border-color: rgb(212,126,113); }
td.TdClassName
{
border-color: #D47E71;
}
.TagClassName
{
border-color: #D47E71;
}
</style>