Shades of New York Pink #D77972
Tints of New York Pink #D77972
RGB
CMYK
RGB Variations
Color information
#D77972 (or 0xD77972) is known color: New York Pink. HEX triplet: D7, 79 and 72. RGB value is (215,121,114). Sum of RGB (Red+Green+Blue) = 215+121+114=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D77972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77972 is #28868D. Grayscale: #949494. Windows color (decimal): -2655886 or 7502295. OLE color: 7502295.
HSL color Cylindrical-coordinate representation of color #D77972: hue angle of 4.16º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77972 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 114 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.16 |
| HSL | 4.16º | 0.56% | 0.65% | - |
| HSV(B) | 4.16º | 0.47% | 0.84% | - |
| XYZ | 37.9 | 29.34 | 19.58 | - |
| YUV | 148.31 | 108.64 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 114 | 0 | 0.44 | 0.47 | 0.16 | 4.16 | 0.56 | 0.65 |
| Hex | D7 | 79 | 72 | 0 | 2C | 2F | 10 | 4 | 38 | 41 |
| Octal | 327 | 171 | 162 | 0 | 54 | 57 | 20 | 4 | 70 | 101 |
| Binary | 11010111 | 1111001 | 1110010 | 0 | 101100 | 101111 | 10000 | 100 | 111000 | 1000001 |
Color Harmonies of #D77972
Complementary color
Monochromatic Colors of #D77972
Black with #D77972
Text Example
Text Example
White with #D77972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77972; }
p { color: rgb(215,121,114); }
H1.HeaderClassName
{
color: #D77972;
}
.AnyTagClassName
{
color: #D77972;
}
</style>
background-color css
<style>
a { background-color: #D77972; }
a { background-color: rgb(215,121,114); }
div.DivClassName
{
background-color: #D77972;
}
.BgClassName
{
background-color: #D77972;
}
</style>
border-color css
<style>
span { border-color: #D77972; }
span { border-color: rgb(215,121,114); }
td.TdClassName
{
border-color: #D77972;
}
.TagClassName
{
border-color: #D77972;
}
</style>