Shades of New York Pink #D77F70
Tints of New York Pink #D77F70
RGB
CMYK
RGB Variations
Color information
#D77F70 (or 0xD77F70) is known color: New York Pink. HEX triplet: D7, 7F and 70. RGB value is (215,127,112). Sum of RGB (Red+Green+Blue) = 215+127+112=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77F70 is #28808F. Grayscale: #979797. Windows color (decimal): -2654352 or 7372759. OLE color: 7372759.
HSL color Cylindrical-coordinate representation of color #D77F70: hue angle of 8.74º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D77F70 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 112 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.16 |
| HSL | 8.74º | 0.56% | 0.64% | - |
| HSV(B) | 8.74º | 0.48% | 0.84% | - |
| XYZ | 38.54 | 30.8 | 19.24 | - |
| YUV | 151.6 | 105.65 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 112 | 0 | 0.41 | 0.48 | 0.16 | 8.74 | 0.56 | 0.64 |
| Hex | D7 | 7F | 70 | 0 | 29 | 30 | 10 | 9 | 38 | 40 |
| Octal | 327 | 177 | 160 | 0 | 51 | 60 | 20 | 11 | 70 | 100 |
| Binary | 11010111 | 1111111 | 1110000 | 0 | 101001 | 110000 | 10000 | 1001 | 111000 | 1000000 |
Color Harmonies of #D77F70
Complementary color
Monochromatic Colors of #D77F70
Black with #D77F70
Text Example
Text Example
White with #D77F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77F70; }
p { color: rgb(215,127,112); }
H1.HeaderClassName
{
color: #D77F70;
}
.AnyTagClassName
{
color: #D77F70;
}
</style>
background-color css
<style>
a { background-color: #D77F70; }
a { background-color: rgb(215,127,112); }
div.DivClassName
{
background-color: #D77F70;
}
.BgClassName
{
background-color: #D77F70;
}
</style>
border-color css
<style>
span { border-color: #D77F70; }
span { border-color: rgb(215,127,112); }
td.TdClassName
{
border-color: #D77F70;
}
.TagClassName
{
border-color: #D77F70;
}
</style>