Shades of New York Pink #D87769
Tints of New York Pink #D87769
RGB
CMYK
RGB Variations
Color information
#D87769 (or 0xD87769) is known color: New York Pink. HEX triplet: D8, 77 and 69. RGB value is (216,119,105). Sum of RGB (Red+Green+Blue) = 216+119+105=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D87769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87769 is #278896. Grayscale: #929292. Windows color (decimal): -2590871 or 6911960. OLE color: 6911960.
HSL color Cylindrical-coordinate representation of color #D87769: hue angle of 7.57º 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 #D87769 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 105 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.15 |
| HSL | 7.57º | 0.59% | 0.63% | - |
| HSV(B) | 7.57º | 0.51% | 0.85% | - |
| XYZ | 37.47 | 28.81 | 16.95 | - |
| YUV | 146.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 105 | 0 | 0.45 | 0.51 | 0.15 | 7.57 | 0.59 | 0.63 |
| Hex | D8 | 77 | 69 | 0 | 2D | 33 | F | 8 | 3B | 3F |
| Octal | 330 | 167 | 151 | 0 | 55 | 63 | 17 | 10 | 73 | 77 |
| Binary | 11011000 | 1110111 | 1101001 | 0 | 101101 | 110011 | 1111 | 1000 | 111011 | 111111 |
Color Harmonies of #D87769
Complementary color
Monochromatic Colors of #D87769
Black with #D87769
Text Example
Text Example
White with #D87769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87769; }
p { color: rgb(216,119,105); }
H1.HeaderClassName
{
color: #D87769;
}
.AnyTagClassName
{
color: #D87769;
}
</style>
background-color css
<style>
a { background-color: #D87769; }
a { background-color: rgb(216,119,105); }
div.DivClassName
{
background-color: #D87769;
}
.BgClassName
{
background-color: #D87769;
}
</style>
border-color css
<style>
span { border-color: #D87769; }
span { border-color: rgb(216,119,105); }
td.TdClassName
{
border-color: #D87769;
}
.TagClassName
{
border-color: #D87769;
}
</style>