Shades of New York Pink #D17F74
Tints of New York Pink #D17F74
RGB
CMYK
RGB Variations
Color information
#D17F74 (or 0xD17F74) is known color: New York Pink. HEX triplet: D1, 7F and 74. RGB value is (209,127,116). Sum of RGB (Red+Green+Blue) = 209+127+116=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17F74 is #2E808B. Grayscale: #969696. Windows color (decimal): -3047564 or 7634897. OLE color: 7634897.
HSL color Cylindrical-coordinate representation of color #D17F74: hue angle of 7.1º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D17F74 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 116 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.18 |
| HSL | 7.1º | 0.5% | 0.64% | - |
| HSV(B) | 7.1º | 0.44% | 0.82% | - |
| XYZ | 37.04 | 30 | 20.36 | - |
| YUV | 150.26 | 108.67 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 116 | 0 | 0.39 | 0.44 | 0.18 | 7.1 | 0.5 | 0.64 |
| Hex | D1 | 7F | 74 | 0 | 27 | 2C | 12 | 7 | 32 | 40 |
| Octal | 321 | 177 | 164 | 0 | 47 | 54 | 22 | 7 | 62 | 100 |
| Binary | 11010001 | 1111111 | 1110100 | 0 | 100111 | 101100 | 10010 | 111 | 110010 | 1000000 |
Color Harmonies of #D17F74
Complementary color
Monochromatic Colors of #D17F74
Black with #D17F74
Text Example
Text Example
White with #D17F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17F74; }
p { color: rgb(209,127,116); }
H1.HeaderClassName
{
color: #D17F74;
}
.AnyTagClassName
{
color: #D17F74;
}
</style>
background-color css
<style>
a { background-color: #D17F74; }
a { background-color: rgb(209,127,116); }
div.DivClassName
{
background-color: #D17F74;
}
.BgClassName
{
background-color: #D17F74;
}
</style>
border-color css
<style>
span { border-color: #D17F74; }
span { border-color: rgb(209,127,116); }
td.TdClassName
{
border-color: #D17F74;
}
.TagClassName
{
border-color: #D17F74;
}
</style>