Shades of New York Pink #D77971
Tints of New York Pink #D77971
RGB
CMYK
RGB Variations
Color information
#D77971 (or 0xD77971) is known color: New York Pink. HEX triplet: D7, 79 and 71. RGB value is (215,121,113). Sum of RGB (Red+Green+Blue) = 215+121+113=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D77971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77971 is #28868E. Grayscale: #949494. Windows color (decimal): -2655887 or 7436759. OLE color: 7436759.
HSL color Cylindrical-coordinate representation of color #D77971: hue angle of 4.71º 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 #D77971 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 113 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.16 |
| HSL | 4.71º | 0.56% | 0.64% | - |
| HSV(B) | 4.71º | 0.47% | 0.84% | - |
| XYZ | 37.84 | 29.31 | 19.29 | - |
| YUV | 148.19 | 108.14 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 113 | 0 | 0.44 | 0.47 | 0.16 | 4.71 | 0.56 | 0.64 |
| Hex | D7 | 79 | 71 | 0 | 2C | 2F | 10 | 5 | 38 | 40 |
| Octal | 327 | 171 | 161 | 0 | 54 | 57 | 20 | 5 | 70 | 100 |
| Binary | 11010111 | 1111001 | 1110001 | 0 | 101100 | 101111 | 10000 | 101 | 111000 | 1000000 |
Color Harmonies of #D77971
Complementary color
Monochromatic Colors of #D77971
Black with #D77971
Text Example
Text Example
White with #D77971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77971; }
p { color: rgb(215,121,113); }
H1.HeaderClassName
{
color: #D77971;
}
.AnyTagClassName
{
color: #D77971;
}
</style>
background-color css
<style>
a { background-color: #D77971; }
a { background-color: rgb(215,121,113); }
div.DivClassName
{
background-color: #D77971;
}
.BgClassName
{
background-color: #D77971;
}
</style>
border-color css
<style>
span { border-color: #D77971; }
span { border-color: rgb(215,121,113); }
td.TdClassName
{
border-color: #D77971;
}
.TagClassName
{
border-color: #D77971;
}
</style>