Shades of New York Pink #D57671
Tints of New York Pink #D57671
RGB
CMYK
RGB Variations
Color information
#D57671 (or 0xD57671) is known color: New York Pink. HEX triplet: D5, 76 and 71. RGB value is (213,118,113). Sum of RGB (Red+Green+Blue) = 213+118+113=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D57671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57671 is #2A898E. Grayscale: #919191. Windows color (decimal): -2787727 or 7435989. OLE color: 7435989.
HSL color Cylindrical-coordinate representation of color #D57671: hue angle of 3º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D57671 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 113 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.16 |
| HSL | 3º | 0.54% | 0.64% | - |
| HSV(B) | 3º | 0.47% | 0.84% | - |
| XYZ | 36.9 | 28.3 | 19.14 | - |
| YUV | 145.84 | 109.47 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 113 | 0 | 0.45 | 0.47 | 0.16 | 3 | 0.54 | 0.64 |
| Hex | D5 | 76 | 71 | 0 | 2D | 2F | 10 | 3 | 36 | 40 |
| Octal | 325 | 166 | 161 | 0 | 55 | 57 | 20 | 3 | 66 | 100 |
| Binary | 11010101 | 1110110 | 1110001 | 0 | 101101 | 101111 | 10000 | 11 | 110110 | 1000000 |
Color Harmonies of #D57671
Complementary color
Monochromatic Colors of #D57671
Black with #D57671
Text Example
Text Example
White with #D57671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57671; }
p { color: rgb(213,118,113); }
H1.HeaderClassName
{
color: #D57671;
}
.AnyTagClassName
{
color: #D57671;
}
</style>
background-color css
<style>
a { background-color: #D57671; }
a { background-color: rgb(213,118,113); }
div.DivClassName
{
background-color: #D57671;
}
.BgClassName
{
background-color: #D57671;
}
</style>
border-color css
<style>
span { border-color: #D57671; }
span { border-color: rgb(213,118,113); }
td.TdClassName
{
border-color: #D57671;
}
.TagClassName
{
border-color: #D57671;
}
</style>