Shades of New York Pink #D37A6E
Tints of New York Pink #D37A6E
RGB
CMYK
RGB Variations
Color information
#D37A6E (or 0xD37A6E) is known color: New York Pink. HEX triplet: D3, 7A and 6E. RGB value is (211,122,110). Sum of RGB (Red+Green+Blue) = 211+122+110=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D37A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37A6E is #2C8591. Grayscale: #939393. Windows color (decimal): -2917778 or 7240403. OLE color: 7240403.
HSL color Cylindrical-coordinate representation of color #D37A6E: hue angle of 7.13º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D37A6E is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 122 | 110 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.17 |
| HSL | 7.13º | 0.53% | 0.63% | - |
| HSV(B) | 7.13º | 0.48% | 0.83% | - |
| XYZ | 36.64 | 28.89 | 18.4 | - |
| YUV | 147.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 110 | 0 | 0.42 | 0.48 | 0.17 | 7.13 | 0.53 | 0.63 |
| Hex | D3 | 7A | 6E | 0 | 2A | 30 | 11 | 7 | 35 | 3F |
| Octal | 323 | 172 | 156 | 0 | 52 | 60 | 21 | 7 | 65 | 77 |
| Binary | 11010011 | 1111010 | 1101110 | 0 | 101010 | 110000 | 10001 | 111 | 110101 | 111111 |
Color Harmonies of #D37A6E
Complementary color
Monochromatic Colors of #D37A6E
Black with #D37A6E
Text Example
Text Example
White with #D37A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37A6E; }
p { color: rgb(211,122,110); }
H1.HeaderClassName
{
color: #D37A6E;
}
.AnyTagClassName
{
color: #D37A6E;
}
</style>
background-color css
<style>
a { background-color: #D37A6E; }
a { background-color: rgb(211,122,110); }
div.DivClassName
{
background-color: #D37A6E;
}
.BgClassName
{
background-color: #D37A6E;
}
</style>
border-color css
<style>
span { border-color: #D37A6E; }
span { border-color: rgb(211,122,110); }
td.TdClassName
{
border-color: #D37A6E;
}
.TagClassName
{
border-color: #D37A6E;
}
</style>