Shades of New York Pink #D47F72
Tints of New York Pink #D47F72
RGB
CMYK
RGB Variations
Color information
#D47F72 (or 0xD47F72) is known color: New York Pink. HEX triplet: D4, 7F and 72. RGB value is (212,127,114). Sum of RGB (Red+Green+Blue) = 212+127+114=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47F72 is #2B808D. Grayscale: #979797. Windows color (decimal): -2850958 or 7503828. OLE color: 7503828.
HSL color Cylindrical-coordinate representation of color #D47F72: hue angle of 7.96º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D47F72 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 114 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.17 |
| HSL | 7.96º | 0.53% | 0.64% | - |
| HSV(B) | 7.96º | 0.46% | 0.83% | - |
| XYZ | 37.78 | 30.39 | 19.79 | - |
| YUV | 150.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 114 | 0 | 0.40 | 0.46 | 0.17 | 7.96 | 0.53 | 0.64 |
| Hex | D4 | 7F | 72 | 0 | 28 | 2E | 11 | 8 | 35 | 40 |
| Octal | 324 | 177 | 162 | 0 | 50 | 56 | 21 | 10 | 65 | 100 |
| Binary | 11010100 | 1111111 | 1110010 | 0 | 101000 | 101110 | 10001 | 1000 | 110101 | 1000000 |
Color Harmonies of #D47F72
Complementary color
Monochromatic Colors of #D47F72
Black with #D47F72
Text Example
Text Example
White with #D47F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47F72; }
p { color: rgb(212,127,114); }
H1.HeaderClassName
{
color: #D47F72;
}
.AnyTagClassName
{
color: #D47F72;
}
</style>
background-color css
<style>
a { background-color: #D47F72; }
a { background-color: rgb(212,127,114); }
div.DivClassName
{
background-color: #D47F72;
}
.BgClassName
{
background-color: #D47F72;
}
</style>
border-color css
<style>
span { border-color: #D47F72; }
span { border-color: rgb(212,127,114); }
td.TdClassName
{
border-color: #D47F72;
}
.TagClassName
{
border-color: #D47F72;
}
</style>