Shades of New York Pink #D47A70
Tints of New York Pink #D47A70
RGB
CMYK
RGB Variations
Color information
#D47A70 (or 0xD47A70) is known color: New York Pink. HEX triplet: D4, 7A and 70. RGB value is (212,122,112). Sum of RGB (Red+Green+Blue) = 212+122+112=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47A70 is #2B858F. Grayscale: #939393. Windows color (decimal): -2852240 or 7371476. OLE color: 7371476.
HSL color Cylindrical-coordinate representation of color #D47A70: hue angle of 6º 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 #D47A70 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 112 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.17 |
| HSL | 6º | 0.54% | 0.64% | - |
| HSV(B) | 6º | 0.47% | 0.83% | - |
| XYZ | 37.04 | 29.09 | 18.99 | - |
| YUV | 147.77 | 107.82 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 112 | 0 | 0.42 | 0.47 | 0.17 | 6 | 0.54 | 0.64 |
| Hex | D4 | 7A | 70 | 0 | 2A | 2F | 11 | 6 | 36 | 40 |
| Octal | 324 | 172 | 160 | 0 | 52 | 57 | 21 | 6 | 66 | 100 |
| Binary | 11010100 | 1111010 | 1110000 | 0 | 101010 | 101111 | 10001 | 110 | 110110 | 1000000 |
Color Harmonies of #D47A70
Complementary color
Monochromatic Colors of #D47A70
Black with #D47A70
Text Example
Text Example
White with #D47A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47A70; }
p { color: rgb(212,122,112); }
H1.HeaderClassName
{
color: #D47A70;
}
.AnyTagClassName
{
color: #D47A70;
}
</style>
background-color css
<style>
a { background-color: #D47A70; }
a { background-color: rgb(212,122,112); }
div.DivClassName
{
background-color: #D47A70;
}
.BgClassName
{
background-color: #D47A70;
}
</style>
border-color css
<style>
span { border-color: #D47A70; }
span { border-color: rgb(212,122,112); }
td.TdClassName
{
border-color: #D47A70;
}
.TagClassName
{
border-color: #D47A70;
}
</style>