Shades of New York Pink #D58973
Tints of New York Pink #D58973
RGB
CMYK
RGB Variations
Color information
#D58973 (or 0xD58973) is known color: New York Pink. HEX triplet: D5, 89 and 73. RGB value is (213,137,115). Sum of RGB (Red+Green+Blue) = 213+137+115=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D58973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58973 is #2A768C. Grayscale: #9D9D9D. Windows color (decimal): -2782861 or 7571925. OLE color: 7571925.
HSL color Cylindrical-coordinate representation of color #D58973: hue angle of 13.47º 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 #D58973 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 137 | 115 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.16 |
| HSL | 13.47º | 0.54% | 0.64% | - |
| HSV(B) | 13.47º | 0.46% | 0.84% | - |
| XYZ | 39.48 | 33.28 | 20.56 | - |
| YUV | 157.22 | 104.18 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 137 | 115 | 0 | 0.36 | 0.46 | 0.16 | 13.47 | 0.54 | 0.64 |
| Hex | D5 | 89 | 73 | 0 | 24 | 2E | 10 | D | 36 | 40 |
| Octal | 325 | 211 | 163 | 0 | 44 | 56 | 20 | 15 | 66 | 100 |
| Binary | 11010101 | 10001001 | 1110011 | 0 | 100100 | 101110 | 10000 | 1101 | 110110 | 1000000 |
Color Harmonies of #D58973
Complementary color
Monochromatic Colors of #D58973
Black with #D58973
Text Example
Text Example
White with #D58973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58973; }
p { color: rgb(213,137,115); }
H1.HeaderClassName
{
color: #D58973;
}
.AnyTagClassName
{
color: #D58973;
}
</style>
background-color css
<style>
a { background-color: #D58973; }
a { background-color: rgb(213,137,115); }
div.DivClassName
{
background-color: #D58973;
}
.BgClassName
{
background-color: #D58973;
}
</style>
border-color css
<style>
span { border-color: #D58973; }
span { border-color: rgb(213,137,115); }
td.TdClassName
{
border-color: #D58973;
}
.TagClassName
{
border-color: #D58973;
}
</style>