Shades of New York Pink #D37C73
Tints of New York Pink #D37C73
RGB
CMYK
RGB Variations
Color information
#D37C73 (or 0xD37C73) is known color: New York Pink. HEX triplet: D3, 7C and 73. RGB value is (211,124,115). Sum of RGB (Red+Green+Blue) = 211+124+115=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D37C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37C73 is #2C838C. Grayscale: #959595. Windows color (decimal): -2917261 or 7568595. OLE color: 7568595.
HSL color Cylindrical-coordinate representation of color #D37C73: hue angle of 5.62º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37C73 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 124 | 115 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.17 |
| HSL | 5.63º | 0.52% | 0.64% | - |
| HSV(B) | 5.63º | 0.45% | 0.83% | - |
| XYZ | 37.17 | 29.5 | 19.96 | - |
| YUV | 148.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 115 | 0 | 0.41 | 0.45 | 0.17 | 5.63 | 0.52 | 0.64 |
| Hex | D3 | 7C | 73 | 0 | 29 | 2D | 11 | 6 | 34 | 40 |
| Octal | 323 | 174 | 163 | 0 | 51 | 55 | 21 | 6 | 64 | 100 |
| Binary | 11010011 | 1111100 | 1110011 | 0 | 101001 | 101101 | 10001 | 110 | 110100 | 1000000 |
Color Harmonies of #D37C73
Complementary color
Monochromatic Colors of #D37C73
Black with #D37C73
Text Example
Text Example
White with #D37C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37C73; }
p { color: rgb(211,124,115); }
H1.HeaderClassName
{
color: #D37C73;
}
.AnyTagClassName
{
color: #D37C73;
}
</style>
background-color css
<style>
a { background-color: #D37C73; }
a { background-color: rgb(211,124,115); }
div.DivClassName
{
background-color: #D37C73;
}
.BgClassName
{
background-color: #D37C73;
}
</style>
border-color css
<style>
span { border-color: #D37C73; }
span { border-color: rgb(211,124,115); }
td.TdClassName
{
border-color: #D37C73;
}
.TagClassName
{
border-color: #D37C73;
}
</style>