Shades of New York Pink #D47870
Tints of New York Pink #D47870
RGB
CMYK
RGB Variations
Color information
#D47870 (or 0xD47870) is known color: New York Pink. HEX triplet: D4, 78 and 70. RGB value is (212,120,112). Sum of RGB (Red+Green+Blue) = 212+120+112=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D47870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47870 is #2B878F. Grayscale: #929292. Windows color (decimal): -2852752 or 7370964. OLE color: 7370964.
HSL color Cylindrical-coordinate representation of color #D47870: hue angle of 4.8º 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 #D47870 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 120 | 112 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.17 |
| HSL | 4.8º | 0.54% | 0.64% | - |
| HSV(B) | 4.8º | 0.47% | 0.83% | - |
| XYZ | 36.79 | 28.6 | 18.91 | - |
| YUV | 146.6 | 108.48 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 112 | 0 | 0.43 | 0.47 | 0.17 | 4.8 | 0.54 | 0.64 |
| Hex | D4 | 78 | 70 | 0 | 2B | 2F | 11 | 5 | 36 | 40 |
| Octal | 324 | 170 | 160 | 0 | 53 | 57 | 21 | 5 | 66 | 100 |
| Binary | 11010100 | 1111000 | 1110000 | 0 | 101011 | 101111 | 10001 | 101 | 110110 | 1000000 |
Color Harmonies of #D47870
Complementary color
Monochromatic Colors of #D47870
Black with #D47870
Text Example
Text Example
White with #D47870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47870; }
p { color: rgb(212,120,112); }
H1.HeaderClassName
{
color: #D47870;
}
.AnyTagClassName
{
color: #D47870;
}
</style>
background-color css
<style>
a { background-color: #D47870; }
a { background-color: rgb(212,120,112); }
div.DivClassName
{
background-color: #D47870;
}
.BgClassName
{
background-color: #D47870;
}
</style>
border-color css
<style>
span { border-color: #D47870; }
span { border-color: rgb(212,120,112); }
td.TdClassName
{
border-color: #D47870;
}
.TagClassName
{
border-color: #D47870;
}
</style>