Shades of New York Pink #D87A6A
Tints of New York Pink #D87A6A
RGB
CMYK
RGB Variations
Color information
#D87A6A (or 0xD87A6A) is known color: New York Pink. HEX triplet: D8, 7A and 6A. RGB value is (216,122,106). Sum of RGB (Red+Green+Blue) = 216+122+106=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87A6A is #278595. Grayscale: #949494. Windows color (decimal): -2590102 or 6978264. OLE color: 6978264.
HSL color Cylindrical-coordinate representation of color #D87A6A: hue angle of 8.73º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D87A6A is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 106 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.15 |
| HSL | 8.73º | 0.59% | 0.63% | - |
| HSV(B) | 8.73º | 0.51% | 0.85% | - |
| XYZ | 37.88 | 29.56 | 17.34 | - |
| YUV | 148.28 | 104.14 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 106 | 0 | 0.44 | 0.51 | 0.15 | 8.73 | 0.59 | 0.63 |
| Hex | D8 | 7A | 6A | 0 | 2C | 33 | F | 9 | 3B | 3F |
| Octal | 330 | 172 | 152 | 0 | 54 | 63 | 17 | 11 | 73 | 77 |
| Binary | 11011000 | 1111010 | 1101010 | 0 | 101100 | 110011 | 1111 | 1001 | 111011 | 111111 |
Color Harmonies of #D87A6A
Complementary color
Monochromatic Colors of #D87A6A
Black with #D87A6A
Text Example
Text Example
White with #D87A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87A6A; }
p { color: rgb(216,122,106); }
H1.HeaderClassName
{
color: #D87A6A;
}
.AnyTagClassName
{
color: #D87A6A;
}
</style>
background-color css
<style>
a { background-color: #D87A6A; }
a { background-color: rgb(216,122,106); }
div.DivClassName
{
background-color: #D87A6A;
}
.BgClassName
{
background-color: #D87A6A;
}
</style>
border-color css
<style>
span { border-color: #D87A6A; }
span { border-color: rgb(216,122,106); }
td.TdClassName
{
border-color: #D87A6A;
}
.TagClassName
{
border-color: #D87A6A;
}
</style>