Shades of New York Pink #D77A71
Tints of New York Pink #D77A71
RGB
CMYK
RGB Variations
Color information
#D77A71 (or 0xD77A71) is known color: New York Pink. HEX triplet: D7, 7A and 71. RGB value is (215,122,113). Sum of RGB (Red+Green+Blue) = 215+122+113=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A71 is #28858E. Grayscale: #949494. Windows color (decimal): -2655631 or 7437015. OLE color: 7437015.
HSL color Cylindrical-coordinate representation of color #D77A71: hue angle of 5.29º 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 #D77A71 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 113 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.16 |
| HSL | 5.29º | 0.56% | 0.64% | - |
| HSV(B) | 5.29º | 0.47% | 0.84% | - |
| XYZ | 37.96 | 29.56 | 19.33 | - |
| YUV | 148.78 | 107.81 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 113 | 0 | 0.43 | 0.47 | 0.16 | 5.29 | 0.56 | 0.64 |
| Hex | D7 | 7A | 71 | 0 | 2B | 2F | 10 | 5 | 38 | 40 |
| Octal | 327 | 172 | 161 | 0 | 53 | 57 | 20 | 5 | 70 | 100 |
| Binary | 11010111 | 1111010 | 1110001 | 0 | 101011 | 101111 | 10000 | 101 | 111000 | 1000000 |
Color Harmonies of #D77A71
Complementary color
Monochromatic Colors of #D77A71
Black with #D77A71
Text Example
Text Example
White with #D77A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A71; }
p { color: rgb(215,122,113); }
H1.HeaderClassName
{
color: #D77A71;
}
.AnyTagClassName
{
color: #D77A71;
}
</style>
background-color css
<style>
a { background-color: #D77A71; }
a { background-color: rgb(215,122,113); }
div.DivClassName
{
background-color: #D77A71;
}
.BgClassName
{
background-color: #D77A71;
}
</style>
border-color css
<style>
span { border-color: #D77A71; }
span { border-color: rgb(215,122,113); }
td.TdClassName
{
border-color: #D77A71;
}
.TagClassName
{
border-color: #D77A71;
}
</style>