Shades of New York Pink #D37E6D
Tints of New York Pink #D37E6D
RGB
CMYK
RGB Variations
Color information
#D37E6D (or 0xD37E6D) is known color: New York Pink. HEX triplet: D3, 7E and 6D. RGB value is (211,126,109). Sum of RGB (Red+Green+Blue) = 211+126+109=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D37E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37E6D is #2C8192. Grayscale: #959595. Windows color (decimal): -2916755 or 7175891. OLE color: 7175891.
HSL color Cylindrical-coordinate representation of color #D37E6D: hue angle of 10º degrees, saturation: 0.54, 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 #D37E6D is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 126 | 109 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.17 |
| HSL | 10º | 0.54% | 0.63% | - |
| HSV(B) | 10º | 0.48% | 0.83% | - |
| XYZ | 37.09 | 29.87 | 18.28 | - |
| YUV | 149.48 | 105.16 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 109 | 0 | 0.40 | 0.48 | 0.17 | 10 | 0.54 | 0.63 |
| Hex | D3 | 7E | 6D | 0 | 28 | 30 | 11 | A | 36 | 3F |
| Octal | 323 | 176 | 155 | 0 | 50 | 60 | 21 | 12 | 66 | 77 |
| Binary | 11010011 | 1111110 | 1101101 | 0 | 101000 | 110000 | 10001 | 1010 | 110110 | 111111 |
Color Harmonies of #D37E6D
Complementary color
Monochromatic Colors of #D37E6D
Black with #D37E6D
Text Example
Text Example
White with #D37E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37E6D; }
p { color: rgb(211,126,109); }
H1.HeaderClassName
{
color: #D37E6D;
}
.AnyTagClassName
{
color: #D37E6D;
}
</style>
background-color css
<style>
a { background-color: #D37E6D; }
a { background-color: rgb(211,126,109); }
div.DivClassName
{
background-color: #D37E6D;
}
.BgClassName
{
background-color: #D37E6D;
}
</style>
border-color css
<style>
span { border-color: #D37E6D; }
span { border-color: rgb(211,126,109); }
td.TdClassName
{
border-color: #D37E6D;
}
.TagClassName
{
border-color: #D37E6D;
}
</style>