Shades of New York Pink #D47C72
Tints of New York Pink #D47C72
RGB
CMYK
RGB Variations
Color information
#D47C72 (or 0xD47C72) is known color: New York Pink. HEX triplet: D4, 7C and 72. RGB value is (212,124,114). Sum of RGB (Red+Green+Blue) = 212+124+114=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47C72 is #2B838D. Grayscale: #959595. Windows color (decimal): -2851726 or 7503060. OLE color: 7503060.
HSL color Cylindrical-coordinate representation of color #D47C72: hue angle of 6.12º 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 #D47C72 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 124 | 114 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.17 |
| HSL | 6.12º | 0.53% | 0.64% | - |
| HSV(B) | 6.12º | 0.46% | 0.83% | - |
| XYZ | 37.4 | 29.63 | 19.67 | - |
| YUV | 149.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 124 | 114 | 0 | 0.42 | 0.46 | 0.17 | 6.12 | 0.53 | 0.64 |
| Hex | D4 | 7C | 72 | 0 | 2A | 2E | 11 | 6 | 35 | 40 |
| Octal | 324 | 174 | 162 | 0 | 52 | 56 | 21 | 6 | 65 | 100 |
| Binary | 11010100 | 1111100 | 1110010 | 0 | 101010 | 101110 | 10001 | 110 | 110101 | 1000000 |
Color Harmonies of #D47C72
Complementary color
Monochromatic Colors of #D47C72
Black with #D47C72
Text Example
Text Example
White with #D47C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47C72; }
p { color: rgb(212,124,114); }
H1.HeaderClassName
{
color: #D47C72;
}
.AnyTagClassName
{
color: #D47C72;
}
</style>
background-color css
<style>
a { background-color: #D47C72; }
a { background-color: rgb(212,124,114); }
div.DivClassName
{
background-color: #D47C72;
}
.BgClassName
{
background-color: #D47C72;
}
</style>
border-color css
<style>
span { border-color: #D47C72; }
span { border-color: rgb(212,124,114); }
td.TdClassName
{
border-color: #D47C72;
}
.TagClassName
{
border-color: #D47C72;
}
</style>