Shades of New York Pink #D57973
Tints of New York Pink #D57973
RGB
CMYK
RGB Variations
Color information
#D57973 (or 0xD57973) is known color: New York Pink. HEX triplet: D5, 79 and 73. RGB value is (213,121,115). Sum of RGB (Red+Green+Blue) = 213+121+115=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D57973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57973 is #2A868C. Grayscale: #939393. Windows color (decimal): -2786957 or 7567829. OLE color: 7567829.
HSL color Cylindrical-coordinate representation of color #D57973: hue angle of 3.67º 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 #D57973 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 115 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.16 |
| HSL | 3.67º | 0.54% | 0.64% | - |
| HSV(B) | 3.67º | 0.46% | 0.84% | - |
| XYZ | 37.37 | 29.06 | 19.86 | - |
| YUV | 147.82 | 109.48 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 115 | 0 | 0.43 | 0.46 | 0.16 | 3.67 | 0.54 | 0.64 |
| Hex | D5 | 79 | 73 | 0 | 2B | 2E | 10 | 4 | 36 | 40 |
| Octal | 325 | 171 | 163 | 0 | 53 | 56 | 20 | 4 | 66 | 100 |
| Binary | 11010101 | 1111001 | 1110011 | 0 | 101011 | 101110 | 10000 | 100 | 110110 | 1000000 |
Color Harmonies of #D57973
Complementary color
Monochromatic Colors of #D57973
Black with #D57973
Text Example
Text Example
White with #D57973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57973; }
p { color: rgb(213,121,115); }
H1.HeaderClassName
{
color: #D57973;
}
.AnyTagClassName
{
color: #D57973;
}
</style>
background-color css
<style>
a { background-color: #D57973; }
a { background-color: rgb(213,121,115); }
div.DivClassName
{
background-color: #D57973;
}
.BgClassName
{
background-color: #D57973;
}
</style>
border-color css
<style>
span { border-color: #D57973; }
span { border-color: rgb(213,121,115); }
td.TdClassName
{
border-color: #D57973;
}
.TagClassName
{
border-color: #D57973;
}
</style>