Shades of New York Pink #D57C72
Tints of New York Pink #D57C72
RGB
CMYK
RGB Variations
Color information
#D57C72 (or 0xD57C72) is known color: New York Pink. HEX triplet: D5, 7C and 72. RGB value is (213,124,114). Sum of RGB (Red+Green+Blue) = 213+124+114=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57C72 is #2A838D. Grayscale: #959595. Windows color (decimal): -2786190 or 7503061. OLE color: 7503061.
HSL color Cylindrical-coordinate representation of color #D57C72: hue angle of 6.06º 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 #D57C72 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 114 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.16 |
| HSL | 6.06º | 0.54% | 0.64% | - |
| HSV(B) | 6.06º | 0.46% | 0.84% | - |
| XYZ | 37.69 | 29.78 | 19.68 | - |
| YUV | 149.47 | 107.99 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 114 | 0 | 0.42 | 0.46 | 0.16 | 6.06 | 0.54 | 0.64 |
| Hex | D5 | 7C | 72 | 0 | 2A | 2E | 10 | 6 | 36 | 40 |
| Octal | 325 | 174 | 162 | 0 | 52 | 56 | 20 | 6 | 66 | 100 |
| Binary | 11010101 | 1111100 | 1110010 | 0 | 101010 | 101110 | 10000 | 110 | 110110 | 1000000 |
Color Harmonies of #D57C72
Complementary color
Monochromatic Colors of #D57C72
Black with #D57C72
Text Example
Text Example
White with #D57C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C72; }
p { color: rgb(213,124,114); }
H1.HeaderClassName
{
color: #D57C72;
}
.AnyTagClassName
{
color: #D57C72;
}
</style>
background-color css
<style>
a { background-color: #D57C72; }
a { background-color: rgb(213,124,114); }
div.DivClassName
{
background-color: #D57C72;
}
.BgClassName
{
background-color: #D57C72;
}
</style>
border-color css
<style>
span { border-color: #D57C72; }
span { border-color: rgb(213,124,114); }
td.TdClassName
{
border-color: #D57C72;
}
.TagClassName
{
border-color: #D57C72;
}
</style>