Shades of New York Pink #D77D71
Tints of New York Pink #D77D71
RGB
CMYK
RGB Variations
Color information
#D77D71 (or 0xD77D71) is known color: New York Pink. HEX triplet: D7, 7D and 71. RGB value is (215,125,113). Sum of RGB (Red+Green+Blue) = 215+125+113=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77D71 is #28828E. Grayscale: #969696. Windows color (decimal): -2654863 or 7437783. OLE color: 7437783.
HSL color Cylindrical-coordinate representation of color #D77D71: hue angle of 7.06º 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 #D77D71 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 113 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.16 |
| HSL | 7.06º | 0.56% | 0.64% | - |
| HSV(B) | 7.06º | 0.47% | 0.84% | - |
| XYZ | 38.34 | 30.31 | 19.45 | - |
| YUV | 150.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 113 | 0 | 0.42 | 0.47 | 0.16 | 7.06 | 0.56 | 0.64 |
| Hex | D7 | 7D | 71 | 0 | 2A | 2F | 10 | 7 | 38 | 40 |
| Octal | 327 | 175 | 161 | 0 | 52 | 57 | 20 | 7 | 70 | 100 |
| Binary | 11010111 | 1111101 | 1110001 | 0 | 101010 | 101111 | 10000 | 111 | 111000 | 1000000 |
Color Harmonies of #D77D71
Complementary color
Monochromatic Colors of #D77D71
Black with #D77D71
Text Example
Text Example
White with #D77D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D71; }
p { color: rgb(215,125,113); }
H1.HeaderClassName
{
color: #D77D71;
}
.AnyTagClassName
{
color: #D77D71;
}
</style>
background-color css
<style>
a { background-color: #D77D71; }
a { background-color: rgb(215,125,113); }
div.DivClassName
{
background-color: #D77D71;
}
.BgClassName
{
background-color: #D77D71;
}
</style>
border-color css
<style>
span { border-color: #D77D71; }
span { border-color: rgb(215,125,113); }
td.TdClassName
{
border-color: #D77D71;
}
.TagClassName
{
border-color: #D77D71;
}
</style>