Shades of New York Pink #D2776F
Tints of New York Pink #D2776F
RGB
CMYK
RGB Variations
Color information
#D2776F (or 0xD2776F) is known color: New York Pink. HEX triplet: D2, 77 and 6F. RGB value is (210,119,111). Sum of RGB (Red+Green+Blue) = 210+119+111=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2776F is #2D8890. Grayscale: #919191. Windows color (decimal): -2984081 or 7305170. OLE color: 7305170.
HSL color Cylindrical-coordinate representation of color #D2776F: hue angle of 4.85º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2776F is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 111 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.18 |
| HSL | 4.85º | 0.52% | 0.63% | - |
| HSV(B) | 4.85º | 0.47% | 0.82% | - |
| XYZ | 36.04 | 28.04 | 18.55 | - |
| YUV | 145.3 | 108.65 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 111 | 0 | 0.43 | 0.47 | 0.18 | 4.85 | 0.52 | 0.63 |
| Hex | D2 | 77 | 6F | 0 | 2B | 2F | 12 | 5 | 34 | 3F |
| Octal | 322 | 167 | 157 | 0 | 53 | 57 | 22 | 5 | 64 | 77 |
| Binary | 11010010 | 1110111 | 1101111 | 0 | 101011 | 101111 | 10010 | 101 | 110100 | 111111 |
Color Harmonies of #D2776F
Complementary color
Monochromatic Colors of #D2776F
Black with #D2776F
Text Example
Text Example
White with #D2776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2776F; }
p { color: rgb(210,119,111); }
H1.HeaderClassName
{
color: #D2776F;
}
.AnyTagClassName
{
color: #D2776F;
}
</style>
background-color css
<style>
a { background-color: #D2776F; }
a { background-color: rgb(210,119,111); }
div.DivClassName
{
background-color: #D2776F;
}
.BgClassName
{
background-color: #D2776F;
}
</style>
border-color css
<style>
span { border-color: #D2776F; }
span { border-color: rgb(210,119,111); }
td.TdClassName
{
border-color: #D2776F;
}
.TagClassName
{
border-color: #D2776F;
}
</style>