Shades of New York Pink #D87D74
Tints of New York Pink #D87D74
RGB
CMYK
RGB Variations
Color information
#D87D74 (or 0xD87D74) is known color: New York Pink. HEX triplet: D8, 7D and 74. RGB value is (216,125,116). Sum of RGB (Red+Green+Blue) = 216+125+116=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87D74 is #27828B. Grayscale: #979797. Windows color (decimal): -2589324 or 7634392. OLE color: 7634392.
HSL color Cylindrical-coordinate representation of color #D87D74: hue angle of 5.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D87D74 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 116 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.15 |
| HSL | 5.4º | 0.56% | 0.65% | - |
| HSV(B) | 5.4º | 0.46% | 0.85% | - |
| XYZ | 38.8 | 30.53 | 20.37 | - |
| YUV | 151.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 116 | 0 | 0.42 | 0.46 | 0.15 | 5.4 | 0.56 | 0.65 |
| Hex | D8 | 7D | 74 | 0 | 2A | 2E | F | 5 | 38 | 41 |
| Octal | 330 | 175 | 164 | 0 | 52 | 56 | 17 | 5 | 70 | 101 |
| Binary | 11011000 | 1111101 | 1110100 | 0 | 101010 | 101110 | 1111 | 101 | 111000 | 1000001 |
Color Harmonies of #D87D74
Complementary color
Monochromatic Colors of #D87D74
Black with #D87D74
Text Example
Text Example
White with #D87D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D74; }
p { color: rgb(216,125,116); }
H1.HeaderClassName
{
color: #D87D74;
}
.AnyTagClassName
{
color: #D87D74;
}
</style>
background-color css
<style>
a { background-color: #D87D74; }
a { background-color: rgb(216,125,116); }
div.DivClassName
{
background-color: #D87D74;
}
.BgClassName
{
background-color: #D87D74;
}
</style>
border-color css
<style>
span { border-color: #D87D74; }
span { border-color: rgb(216,125,116); }
td.TdClassName
{
border-color: #D87D74;
}
.TagClassName
{
border-color: #D87D74;
}
</style>