Shades of New York Pink #D37E6F
Tints of New York Pink #D37E6F
RGB
CMYK
RGB Variations
Color information
#D37E6F (or 0xD37E6F) is known color: New York Pink. HEX triplet: D3, 7E and 6F. RGB value is (211,126,111). Sum of RGB (Red+Green+Blue) = 211+126+111=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D37E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37E6F is #2C8190. Grayscale: #959595. Windows color (decimal): -2916753 or 7306963. OLE color: 7306963.
HSL color Cylindrical-coordinate representation of color #D37E6F: hue angle of 9º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D37E6F is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 126 | 111 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.17 |
| HSL | 9º | 0.53% | 0.63% | - |
| HSV(B) | 9º | 0.47% | 0.83% | - |
| XYZ | 37.19 | 29.92 | 18.85 | - |
| YUV | 149.71 | 106.16 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 111 | 0 | 0.40 | 0.47 | 0.17 | 9 | 0.53 | 0.63 |
| Hex | D3 | 7E | 6F | 0 | 28 | 2F | 11 | 9 | 35 | 3F |
| Octal | 323 | 176 | 157 | 0 | 50 | 57 | 21 | 11 | 65 | 77 |
| Binary | 11010011 | 1111110 | 1101111 | 0 | 101000 | 101111 | 10001 | 1001 | 110101 | 111111 |
Color Harmonies of #D37E6F
Complementary color
Monochromatic Colors of #D37E6F
Black with #D37E6F
Text Example
Text Example
White with #D37E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37E6F; }
p { color: rgb(211,126,111); }
H1.HeaderClassName
{
color: #D37E6F;
}
.AnyTagClassName
{
color: #D37E6F;
}
</style>
background-color css
<style>
a { background-color: #D37E6F; }
a { background-color: rgb(211,126,111); }
div.DivClassName
{
background-color: #D37E6F;
}
.BgClassName
{
background-color: #D37E6F;
}
</style>
border-color css
<style>
span { border-color: #D37E6F; }
span { border-color: rgb(211,126,111); }
td.TdClassName
{
border-color: #D37E6F;
}
.TagClassName
{
border-color: #D37E6F;
}
</style>