Shades of New York Pink #D87F71
Tints of New York Pink #D87F71
RGB
CMYK
RGB Variations
Color information
#D87F71 (or 0xD87F71) is known color: New York Pink. HEX triplet: D8, 7F and 71. RGB value is (216,127,113). Sum of RGB (Red+Green+Blue) = 216+127+113=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87F71 is #27808E. Grayscale: #989898. Windows color (decimal): -2588815 or 7438296. OLE color: 7438296.
HSL color Cylindrical-coordinate representation of color #D87F71: hue angle of 8.16º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D87F71 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 113 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.15 |
| HSL | 8.16º | 0.57% | 0.65% | - |
| HSV(B) | 8.16º | 0.48% | 0.85% | - |
| XYZ | 38.89 | 30.97 | 19.55 | - |
| YUV | 152.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 113 | 0 | 0.41 | 0.48 | 0.15 | 8.16 | 0.57 | 0.65 |
| Hex | D8 | 7F | 71 | 0 | 29 | 30 | F | 8 | 39 | 41 |
| Octal | 330 | 177 | 161 | 0 | 51 | 60 | 17 | 10 | 71 | 101 |
| Binary | 11011000 | 1111111 | 1110001 | 0 | 101001 | 110000 | 1111 | 1000 | 111001 | 1000001 |
Color Harmonies of #D87F71
Complementary color
Monochromatic Colors of #D87F71
Black with #D87F71
Text Example
Text Example
White with #D87F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F71; }
p { color: rgb(216,127,113); }
H1.HeaderClassName
{
color: #D87F71;
}
.AnyTagClassName
{
color: #D87F71;
}
</style>
background-color css
<style>
a { background-color: #D87F71; }
a { background-color: rgb(216,127,113); }
div.DivClassName
{
background-color: #D87F71;
}
.BgClassName
{
background-color: #D87F71;
}
</style>
border-color css
<style>
span { border-color: #D87F71; }
span { border-color: rgb(216,127,113); }
td.TdClassName
{
border-color: #D87F71;
}
.TagClassName
{
border-color: #D87F71;
}
</style>