Shades of New York Pink #D77F71
Tints of New York Pink #D77F71
RGB
CMYK
RGB Variations
Color information
#D77F71 (or 0xD77F71) is known color: New York Pink. HEX triplet: D7, 7F and 71. RGB value is (215,127,113). Sum of RGB (Red+Green+Blue) = 215+127+113=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77F71 is #28808E. Grayscale: #979797. Windows color (decimal): -2654351 or 7438295. OLE color: 7438295.
HSL color Cylindrical-coordinate representation of color #D77F71: hue angle of 8.24º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77F71 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 113 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.16 |
| HSL | 8.24º | 0.56% | 0.64% | - |
| HSV(B) | 8.24º | 0.47% | 0.84% | - |
| XYZ | 38.59 | 30.82 | 19.54 | - |
| YUV | 151.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 113 | 0 | 0.41 | 0.47 | 0.16 | 8.24 | 0.56 | 0.64 |
| Hex | D7 | 7F | 71 | 0 | 29 | 2F | 10 | 8 | 38 | 40 |
| Octal | 327 | 177 | 161 | 0 | 51 | 57 | 20 | 10 | 70 | 100 |
| Binary | 11010111 | 1111111 | 1110001 | 0 | 101001 | 101111 | 10000 | 1000 | 111000 | 1000000 |
Color Harmonies of #D77F71
Complementary color
Monochromatic Colors of #D77F71
Black with #D77F71
Text Example
Text Example
White with #D77F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77F71; }
p { color: rgb(215,127,113); }
H1.HeaderClassName
{
color: #D77F71;
}
.AnyTagClassName
{
color: #D77F71;
}
</style>
background-color css
<style>
a { background-color: #D77F71; }
a { background-color: rgb(215,127,113); }
div.DivClassName
{
background-color: #D77F71;
}
.BgClassName
{
background-color: #D77F71;
}
</style>
border-color css
<style>
span { border-color: #D77F71; }
span { border-color: rgb(215,127,113); }
td.TdClassName
{
border-color: #D77F71;
}
.TagClassName
{
border-color: #D77F71;
}
</style>