Shades of New York Pink #D37D72
Tints of New York Pink #D37D72
RGB
CMYK
RGB Variations
Color information
#D37D72 (or 0xD37D72) is known color: New York Pink. HEX triplet: D3, 7D and 72. RGB value is (211,125,114). Sum of RGB (Red+Green+Blue) = 211+125+114=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37D72 is #2C828D. Grayscale: #959595. Windows color (decimal): -2917006 or 7503315. OLE color: 7503315.
HSL color Cylindrical-coordinate representation of color #D37D72: hue angle of 6.8º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D37D72 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 125 | 114 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.17 |
| HSL | 6.8º | 0.52% | 0.64% | - |
| HSV(B) | 6.8º | 0.46% | 0.83% | - |
| XYZ | 37.23 | 29.73 | 19.7 | - |
| YUV | 149.46 | 107.99 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 114 | 0 | 0.41 | 0.46 | 0.17 | 6.8 | 0.52 | 0.64 |
| Hex | D3 | 7D | 72 | 0 | 29 | 2E | 11 | 7 | 34 | 40 |
| Octal | 323 | 175 | 162 | 0 | 51 | 56 | 21 | 7 | 64 | 100 |
| Binary | 11010011 | 1111101 | 1110010 | 0 | 101001 | 101110 | 10001 | 111 | 110100 | 1000000 |
Color Harmonies of #D37D72
Complementary color
Monochromatic Colors of #D37D72
Black with #D37D72
Text Example
Text Example
White with #D37D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37D72; }
p { color: rgb(211,125,114); }
H1.HeaderClassName
{
color: #D37D72;
}
.AnyTagClassName
{
color: #D37D72;
}
</style>
background-color css
<style>
a { background-color: #D37D72; }
a { background-color: rgb(211,125,114); }
div.DivClassName
{
background-color: #D37D72;
}
.BgClassName
{
background-color: #D37D72;
}
</style>
border-color css
<style>
span { border-color: #D37D72; }
span { border-color: rgb(211,125,114); }
td.TdClassName
{
border-color: #D37D72;
}
.TagClassName
{
border-color: #D37D72;
}
</style>