Shades of New York Pink #D87C73
Tints of New York Pink #D87C73
RGB
CMYK
RGB Variations
Color information
#D87C73 (or 0xD87C73) is known color: New York Pink. HEX triplet: D8, 7C and 73. RGB value is (216,124,115). Sum of RGB (Red+Green+Blue) = 216+124+115=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87C73 is #27838C. Grayscale: #969696. Windows color (decimal): -2589581 or 7568600. OLE color: 7568600.
HSL color Cylindrical-coordinate representation of color #D87C73: hue angle of 5.35º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D87C73 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 115 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.15 |
| HSL | 5.35º | 0.56% | 0.65% | - |
| HSV(B) | 5.35º | 0.47% | 0.85% | - |
| XYZ | 38.62 | 30.25 | 20.02 | - |
| YUV | 150.48 | 107.98 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 115 | 0 | 0.43 | 0.47 | 0.15 | 5.35 | 0.56 | 0.65 |
| Hex | D8 | 7C | 73 | 0 | 2B | 2F | F | 5 | 38 | 41 |
| Octal | 330 | 174 | 163 | 0 | 53 | 57 | 17 | 5 | 70 | 101 |
| Binary | 11011000 | 1111100 | 1110011 | 0 | 101011 | 101111 | 1111 | 101 | 111000 | 1000001 |
Color Harmonies of #D87C73
Complementary color
Monochromatic Colors of #D87C73
Black with #D87C73
Text Example
Text Example
White with #D87C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87C73; }
p { color: rgb(216,124,115); }
H1.HeaderClassName
{
color: #D87C73;
}
.AnyTagClassName
{
color: #D87C73;
}
</style>
background-color css
<style>
a { background-color: #D87C73; }
a { background-color: rgb(216,124,115); }
div.DivClassName
{
background-color: #D87C73;
}
.BgClassName
{
background-color: #D87C73;
}
</style>
border-color css
<style>
span { border-color: #D87C73; }
span { border-color: rgb(216,124,115); }
td.TdClassName
{
border-color: #D87C73;
}
.TagClassName
{
border-color: #D87C73;
}
</style>