Shades of New York Pink #D87E6A
Tints of New York Pink #D87E6A
RGB
CMYK
RGB Variations
Color information
#D87E6A (or 0xD87E6A) is known color: New York Pink. HEX triplet: D8, 7E and 6A. RGB value is (216,126,106). Sum of RGB (Red+Green+Blue) = 216+126+106=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87E6A is #278195. Grayscale: #969696. Windows color (decimal): -2589078 or 6979288. OLE color: 6979288.
HSL color Cylindrical-coordinate representation of color #D87E6A: hue angle of 10.91º 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 #D87E6A is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 126 | 106 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.15 |
| HSL | 10.91º | 0.59% | 0.63% | - |
| HSV(B) | 10.91º | 0.51% | 0.85% | - |
| XYZ | 38.38 | 30.56 | 17.51 | - |
| YUV | 150.63 | 102.82 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 106 | 0 | 0.42 | 0.51 | 0.15 | 10.91 | 0.59 | 0.63 |
| Hex | D8 | 7E | 6A | 0 | 2A | 33 | F | B | 3B | 3F |
| Octal | 330 | 176 | 152 | 0 | 52 | 63 | 17 | 13 | 73 | 77 |
| Binary | 11011000 | 1111110 | 1101010 | 0 | 101010 | 110011 | 1111 | 1011 | 111011 | 111111 |
Color Harmonies of #D87E6A
Complementary color
Monochromatic Colors of #D87E6A
Black with #D87E6A
Text Example
Text Example
White with #D87E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87E6A; }
p { color: rgb(216,126,106); }
H1.HeaderClassName
{
color: #D87E6A;
}
.AnyTagClassName
{
color: #D87E6A;
}
</style>
background-color css
<style>
a { background-color: #D87E6A; }
a { background-color: rgb(216,126,106); }
div.DivClassName
{
background-color: #D87E6A;
}
.BgClassName
{
background-color: #D87E6A;
}
</style>
border-color css
<style>
span { border-color: #D87E6A; }
span { border-color: rgb(216,126,106); }
td.TdClassName
{
border-color: #D87E6A;
}
.TagClassName
{
border-color: #D87E6A;
}
</style>