Shades of New York Pink #D37E73
Tints of New York Pink #D37E73
RGB
CMYK
RGB Variations
Color information
#D37E73 (or 0xD37E73) is known color: New York Pink. HEX triplet: D3, 7E and 73. RGB value is (211,126,115). Sum of RGB (Red+Green+Blue) = 211+126+115=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D37E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37E73 is #2C818C. Grayscale: #969696. Windows color (decimal): -2916749 or 7569107. OLE color: 7569107.
HSL color Cylindrical-coordinate representation of color #D37E73: hue angle of 6.88º 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 #D37E73 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 126 | 115 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.17 |
| HSL | 6.88º | 0.52% | 0.64% | - |
| HSV(B) | 6.88º | 0.45% | 0.83% | - |
| XYZ | 37.42 | 30.01 | 20.04 | - |
| YUV | 150.16 | 108.16 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 115 | 0 | 0.40 | 0.45 | 0.17 | 6.88 | 0.52 | 0.64 |
| Hex | D3 | 7E | 73 | 0 | 28 | 2D | 11 | 7 | 34 | 40 |
| Octal | 323 | 176 | 163 | 0 | 50 | 55 | 21 | 7 | 64 | 100 |
| Binary | 11010011 | 1111110 | 1110011 | 0 | 101000 | 101101 | 10001 | 111 | 110100 | 1000000 |
Color Harmonies of #D37E73
Complementary color
Monochromatic Colors of #D37E73
Black with #D37E73
Text Example
Text Example
White with #D37E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37E73; }
p { color: rgb(211,126,115); }
H1.HeaderClassName
{
color: #D37E73;
}
.AnyTagClassName
{
color: #D37E73;
}
</style>
background-color css
<style>
a { background-color: #D37E73; }
a { background-color: rgb(211,126,115); }
div.DivClassName
{
background-color: #D37E73;
}
.BgClassName
{
background-color: #D37E73;
}
</style>
border-color css
<style>
span { border-color: #D37E73; }
span { border-color: rgb(211,126,115); }
td.TdClassName
{
border-color: #D37E73;
}
.TagClassName
{
border-color: #D37E73;
}
</style>