Shades of New York Pink #D87A6C
Tints of New York Pink #D87A6C
RGB
CMYK
RGB Variations
Color information
#D87A6C (or 0xD87A6C) is known color: New York Pink. HEX triplet: D8, 7A and 6C. RGB value is (216,122,108). Sum of RGB (Red+Green+Blue) = 216+122+108=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87A6C is #278593. Grayscale: #949494. Windows color (decimal): -2590100 or 7109336. OLE color: 7109336.
HSL color Cylindrical-coordinate representation of color #D87A6C: hue angle of 7.78º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D87A6C is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 108 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.15 |
| HSL | 7.78º | 0.58% | 0.64% | - |
| HSV(B) | 7.78º | 0.5% | 0.85% | - |
| XYZ | 37.99 | 29.6 | 17.9 | - |
| YUV | 148.51 | 105.14 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 108 | 0 | 0.44 | 0.50 | 0.15 | 7.78 | 0.58 | 0.64 |
| Hex | D8 | 7A | 6C | 0 | 2C | 32 | F | 8 | 3A | 40 |
| Octal | 330 | 172 | 154 | 0 | 54 | 62 | 17 | 10 | 72 | 100 |
| Binary | 11011000 | 1111010 | 1101100 | 0 | 101100 | 110010 | 1111 | 1000 | 111010 | 1000000 |
Color Harmonies of #D87A6C
Complementary color
Monochromatic Colors of #D87A6C
Black with #D87A6C
Text Example
Text Example
White with #D87A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87A6C; }
p { color: rgb(216,122,108); }
H1.HeaderClassName
{
color: #D87A6C;
}
.AnyTagClassName
{
color: #D87A6C;
}
</style>
background-color css
<style>
a { background-color: #D87A6C; }
a { background-color: rgb(216,122,108); }
div.DivClassName
{
background-color: #D87A6C;
}
.BgClassName
{
background-color: #D87A6C;
}
</style>
border-color css
<style>
span { border-color: #D87A6C; }
span { border-color: rgb(216,122,108); }
td.TdClassName
{
border-color: #D87A6C;
}
.TagClassName
{
border-color: #D87A6C;
}
</style>