Shades of New York Pink #D47F75
Tints of New York Pink #D47F75
RGB
CMYK
RGB Variations
Color information
#D47F75 (or 0xD47F75) is known color: New York Pink. HEX triplet: D4, 7F and 75. RGB value is (212,127,117). Sum of RGB (Red+Green+Blue) = 212+127+117=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47F75 is #2B808A. Grayscale: #979797. Windows color (decimal): -2850955 or 7700436. OLE color: 7700436.
HSL color Cylindrical-coordinate representation of color #D47F75: hue angle of 6.32º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D47F75 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 117 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.17 |
| HSL | 6.32º | 0.52% | 0.65% | - |
| HSV(B) | 6.32º | 0.45% | 0.83% | - |
| XYZ | 37.95 | 30.46 | 20.71 | - |
| YUV | 151.28 | 108.66 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 117 | 0 | 0.40 | 0.45 | 0.17 | 6.32 | 0.52 | 0.65 |
| Hex | D4 | 7F | 75 | 0 | 28 | 2D | 11 | 6 | 34 | 41 |
| Octal | 324 | 177 | 165 | 0 | 50 | 55 | 21 | 6 | 64 | 101 |
| Binary | 11010100 | 1111111 | 1110101 | 0 | 101000 | 101101 | 10001 | 110 | 110100 | 1000001 |
Color Harmonies of #D47F75
Complementary color
Monochromatic Colors of #D47F75
Black with #D47F75
Text Example
Text Example
White with #D47F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47F75; }
p { color: rgb(212,127,117); }
H1.HeaderClassName
{
color: #D47F75;
}
.AnyTagClassName
{
color: #D47F75;
}
</style>
background-color css
<style>
a { background-color: #D47F75; }
a { background-color: rgb(212,127,117); }
div.DivClassName
{
background-color: #D47F75;
}
.BgClassName
{
background-color: #D47F75;
}
</style>
border-color css
<style>
span { border-color: #D47F75; }
span { border-color: rgb(212,127,117); }
td.TdClassName
{
border-color: #D47F75;
}
.TagClassName
{
border-color: #D47F75;
}
</style>