Shades of New York Pink #D4776F
Tints of New York Pink #D4776F
RGB
CMYK
RGB Variations
Color information
#D4776F (or 0xD4776F) is known color: New York Pink. HEX triplet: D4, 77 and 6F. RGB value is (212,119,111). Sum of RGB (Red+Green+Blue) = 212+119+111=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D4776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4776F is #2B8890. Grayscale: #929292. Windows color (decimal): -2853009 or 7305172. OLE color: 7305172.
HSL color Cylindrical-coordinate representation of color #D4776F: hue angle of 4.75º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4776F is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 119 | 111 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.17 |
| HSL | 4.75º | 0.54% | 0.63% | - |
| HSV(B) | 4.75º | 0.48% | 0.83% | - |
| XYZ | 36.62 | 28.34 | 18.58 | - |
| YUV | 145.9 | 108.31 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 119 | 111 | 0 | 0.44 | 0.48 | 0.17 | 4.75 | 0.54 | 0.63 |
| Hex | D4 | 77 | 6F | 0 | 2C | 30 | 11 | 5 | 36 | 3F |
| Octal | 324 | 167 | 157 | 0 | 54 | 60 | 21 | 5 | 66 | 77 |
| Binary | 11010100 | 1110111 | 1101111 | 0 | 101100 | 110000 | 10001 | 101 | 110110 | 111111 |
Color Harmonies of #D4776F
Complementary color
Monochromatic Colors of #D4776F
Black with #D4776F
Text Example
Text Example
White with #D4776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4776F; }
p { color: rgb(212,119,111); }
H1.HeaderClassName
{
color: #D4776F;
}
.AnyTagClassName
{
color: #D4776F;
}
</style>
background-color css
<style>
a { background-color: #D4776F; }
a { background-color: rgb(212,119,111); }
div.DivClassName
{
background-color: #D4776F;
}
.BgClassName
{
background-color: #D4776F;
}
</style>
border-color css
<style>
span { border-color: #D4776F; }
span { border-color: rgb(212,119,111); }
td.TdClassName
{
border-color: #D4776F;
}
.TagClassName
{
border-color: #D4776F;
}
</style>