Shades of New York Pink #D57B71
Tints of New York Pink #D57B71
RGB
CMYK
RGB Variations
Color information
#D57B71 (or 0xD57B71) is known color: New York Pink. HEX triplet: D5, 7B and 71. RGB value is (213,123,113). Sum of RGB (Red+Green+Blue) = 213+123+113=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57B71 is #2A848E. Grayscale: #949494. Windows color (decimal): -2786447 or 7437269. OLE color: 7437269.
HSL color Cylindrical-coordinate representation of color #D57B71: hue angle of 6º 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 #D57B71 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 113 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.16 |
| HSL | 6º | 0.54% | 0.64% | - |
| HSV(B) | 6º | 0.47% | 0.84% | - |
| XYZ | 37.5 | 29.5 | 19.34 | - |
| YUV | 148.77 | 107.82 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 113 | 0 | 0.42 | 0.47 | 0.16 | 6 | 0.54 | 0.64 |
| Hex | D5 | 7B | 71 | 0 | 2A | 2F | 10 | 6 | 36 | 40 |
| Octal | 325 | 173 | 161 | 0 | 52 | 57 | 20 | 6 | 66 | 100 |
| Binary | 11010101 | 1111011 | 1110001 | 0 | 101010 | 101111 | 10000 | 110 | 110110 | 1000000 |
Color Harmonies of #D57B71
Complementary color
Monochromatic Colors of #D57B71
Black with #D57B71
Text Example
Text Example
White with #D57B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57B71; }
p { color: rgb(213,123,113); }
H1.HeaderClassName
{
color: #D57B71;
}
.AnyTagClassName
{
color: #D57B71;
}
</style>
background-color css
<style>
a { background-color: #D57B71; }
a { background-color: rgb(213,123,113); }
div.DivClassName
{
background-color: #D57B71;
}
.BgClassName
{
background-color: #D57B71;
}
</style>
border-color css
<style>
span { border-color: #D57B71; }
span { border-color: rgb(213,123,113); }
td.TdClassName
{
border-color: #D57B71;
}
.TagClassName
{
border-color: #D57B71;
}
</style>