Shades of New York Pink #D87D72
Tints of New York Pink #D87D72
RGB
CMYK
RGB Variations
Color information
#D87D72 (or 0xD87D72) is known color: New York Pink. HEX triplet: D8, 7D and 72. RGB value is (216,125,114). Sum of RGB (Red+Green+Blue) = 216+125+114=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87D72 is #27828D. Grayscale: #979797. Windows color (decimal): -2589326 or 7503320. OLE color: 7503320.
HSL color Cylindrical-coordinate representation of color #D87D72: hue angle of 6.47º degrees, saturation: 0.57, 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 #D87D72 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 114 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.15 |
| HSL | 6.47º | 0.57% | 0.65% | - |
| HSV(B) | 6.47º | 0.47% | 0.85% | - |
| XYZ | 38.69 | 30.48 | 19.76 | - |
| YUV | 150.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 114 | 0 | 0.42 | 0.47 | 0.15 | 6.47 | 0.57 | 0.65 |
| Hex | D8 | 7D | 72 | 0 | 2A | 2F | F | 6 | 39 | 41 |
| Octal | 330 | 175 | 162 | 0 | 52 | 57 | 17 | 6 | 71 | 101 |
| Binary | 11011000 | 1111101 | 1110010 | 0 | 101010 | 101111 | 1111 | 110 | 111001 | 1000001 |
Color Harmonies of #D87D72
Complementary color
Monochromatic Colors of #D87D72
Black with #D87D72
Text Example
Text Example
White with #D87D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D72; }
p { color: rgb(216,125,114); }
H1.HeaderClassName
{
color: #D87D72;
}
.AnyTagClassName
{
color: #D87D72;
}
</style>
background-color css
<style>
a { background-color: #D87D72; }
a { background-color: rgb(216,125,114); }
div.DivClassName
{
background-color: #D87D72;
}
.BgClassName
{
background-color: #D87D72;
}
</style>
border-color css
<style>
span { border-color: #D87D72; }
span { border-color: rgb(216,125,114); }
td.TdClassName
{
border-color: #D87D72;
}
.TagClassName
{
border-color: #D87D72;
}
</style>