Shades of New York Pink #D77871
Tints of New York Pink #D77871
RGB
CMYK
RGB Variations
Color information
#D77871 (or 0xD77871) is known color: New York Pink. HEX triplet: D7, 78 and 71. RGB value is (215,120,113). Sum of RGB (Red+Green+Blue) = 215+120+113=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D77871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77871 is #28878E. Grayscale: #939393. Windows color (decimal): -2656143 or 7436503. OLE color: 7436503.
HSL color Cylindrical-coordinate representation of color #D77871: hue angle of 4.12º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77871 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 113 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.16 |
| HSL | 4.12º | 0.56% | 0.64% | - |
| HSV(B) | 4.12º | 0.47% | 0.84% | - |
| XYZ | 37.72 | 29.07 | 19.25 | - |
| YUV | 147.61 | 108.47 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 113 | 0 | 0.44 | 0.47 | 0.16 | 4.12 | 0.56 | 0.64 |
| Hex | D7 | 78 | 71 | 0 | 2C | 2F | 10 | 4 | 38 | 40 |
| Octal | 327 | 170 | 161 | 0 | 54 | 57 | 20 | 4 | 70 | 100 |
| Binary | 11010111 | 1111000 | 1110001 | 0 | 101100 | 101111 | 10000 | 100 | 111000 | 1000000 |
Color Harmonies of #D77871
Complementary color
Monochromatic Colors of #D77871
Black with #D77871
Text Example
Text Example
White with #D77871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77871; }
p { color: rgb(215,120,113); }
H1.HeaderClassName
{
color: #D77871;
}
.AnyTagClassName
{
color: #D77871;
}
</style>
background-color css
<style>
a { background-color: #D77871; }
a { background-color: rgb(215,120,113); }
div.DivClassName
{
background-color: #D77871;
}
.BgClassName
{
background-color: #D77871;
}
</style>
border-color css
<style>
span { border-color: #D77871; }
span { border-color: rgb(215,120,113); }
td.TdClassName
{
border-color: #D77871;
}
.TagClassName
{
border-color: #D77871;
}
</style>