Shades of New York Pink #D57E72
Tints of New York Pink #D57E72
RGB
CMYK
RGB Variations
Color information
#D57E72 (or 0xD57E72) is known color: New York Pink. HEX triplet: D5, 7E and 72. RGB value is (213,126,114). Sum of RGB (Red+Green+Blue) = 213+126+114=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57E72 is #2A818D. Grayscale: #969696. Windows color (decimal): -2785678 or 7503573. OLE color: 7503573.
HSL color Cylindrical-coordinate representation of color #D57E72: hue angle of 7.27º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57E72 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 114 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.16 |
| HSL | 7.27º | 0.54% | 0.64% | - |
| HSV(B) | 7.27º | 0.46% | 0.84% | - |
| XYZ | 37.94 | 30.28 | 19.77 | - |
| YUV | 150.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 114 | 0 | 0.41 | 0.46 | 0.16 | 7.27 | 0.54 | 0.64 |
| Hex | D5 | 7E | 72 | 0 | 29 | 2E | 10 | 7 | 36 | 40 |
| Octal | 325 | 176 | 162 | 0 | 51 | 56 | 20 | 7 | 66 | 100 |
| Binary | 11010101 | 1111110 | 1110010 | 0 | 101001 | 101110 | 10000 | 111 | 110110 | 1000000 |
Color Harmonies of #D57E72
Complementary color
Monochromatic Colors of #D57E72
Black with #D57E72
Text Example
Text Example
White with #D57E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57E72; }
p { color: rgb(213,126,114); }
H1.HeaderClassName
{
color: #D57E72;
}
.AnyTagClassName
{
color: #D57E72;
}
</style>
background-color css
<style>
a { background-color: #D57E72; }
a { background-color: rgb(213,126,114); }
div.DivClassName
{
background-color: #D57E72;
}
.BgClassName
{
background-color: #D57E72;
}
</style>
border-color css
<style>
span { border-color: #D57E72; }
span { border-color: rgb(213,126,114); }
td.TdClassName
{
border-color: #D57E72;
}
.TagClassName
{
border-color: #D57E72;
}
</style>