Shades of New York Pink #D2776B
Tints of New York Pink #D2776B
RGB
CMYK
RGB Variations
Color information
#D2776B (or 0xD2776B) is known color: New York Pink. HEX triplet: D2, 77 and 6B. RGB value is (210,119,107). Sum of RGB (Red+Green+Blue) = 210+119+107=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2776B is #2D8894. Grayscale: #909090. Windows color (decimal): -2984085 or 7043026. OLE color: 7043026.
HSL color Cylindrical-coordinate representation of color #D2776B: hue angle of 6.99º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2776B is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 107 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.18 |
| HSL | 6.99º | 0.53% | 0.62% | - |
| HSV(B) | 6.99º | 0.49% | 0.82% | - |
| XYZ | 35.83 | 27.96 | 17.42 | - |
| YUV | 144.84 | 106.65 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 107 | 0 | 0.43 | 0.49 | 0.18 | 6.99 | 0.53 | 0.62 |
| Hex | D2 | 77 | 6B | 0 | 2B | 31 | 12 | 7 | 35 | 3E |
| Octal | 322 | 167 | 153 | 0 | 53 | 61 | 22 | 7 | 65 | 76 |
| Binary | 11010010 | 1110111 | 1101011 | 0 | 101011 | 110001 | 10010 | 111 | 110101 | 111110 |
Color Harmonies of #D2776B
Complementary color
Monochromatic Colors of #D2776B
Black with #D2776B
Text Example
Text Example
White with #D2776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2776B; }
p { color: rgb(210,119,107); }
H1.HeaderClassName
{
color: #D2776B;
}
.AnyTagClassName
{
color: #D2776B;
}
</style>
background-color css
<style>
a { background-color: #D2776B; }
a { background-color: rgb(210,119,107); }
div.DivClassName
{
background-color: #D2776B;
}
.BgClassName
{
background-color: #D2776B;
}
</style>
border-color css
<style>
span { border-color: #D2776B; }
span { border-color: rgb(210,119,107); }
td.TdClassName
{
border-color: #D2776B;
}
.TagClassName
{
border-color: #D2776B;
}
</style>