Shades of New York Pink #D58573
Tints of New York Pink #D58573
RGB
CMYK
RGB Variations
Color information
#D58573 (or 0xD58573) is known color: New York Pink. HEX triplet: D5, 85 and 73. RGB value is (213,133,115). Sum of RGB (Red+Green+Blue) = 213+133+115=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D58573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58573 is #2A7A8C. Grayscale: #9B9B9B. Windows color (decimal): -2783885 or 7570901. OLE color: 7570901.
HSL color Cylindrical-coordinate representation of color #D58573: hue angle of 11.02º 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 #D58573 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 115 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.16 |
| HSL | 11.02º | 0.54% | 0.64% | - |
| HSV(B) | 11.02º | 0.46% | 0.84% | - |
| XYZ | 38.92 | 32.16 | 20.38 | - |
| YUV | 154.87 | 105.5 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 115 | 0 | 0.38 | 0.46 | 0.16 | 11.02 | 0.54 | 0.64 |
| Hex | D5 | 85 | 73 | 0 | 26 | 2E | 10 | B | 36 | 40 |
| Octal | 325 | 205 | 163 | 0 | 46 | 56 | 20 | 13 | 66 | 100 |
| Binary | 11010101 | 10000101 | 1110011 | 0 | 100110 | 101110 | 10000 | 1011 | 110110 | 1000000 |
Color Harmonies of #D58573
Complementary color
Monochromatic Colors of #D58573
Black with #D58573
Text Example
Text Example
White with #D58573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58573; }
p { color: rgb(213,133,115); }
H1.HeaderClassName
{
color: #D58573;
}
.AnyTagClassName
{
color: #D58573;
}
</style>
background-color css
<style>
a { background-color: #D58573; }
a { background-color: rgb(213,133,115); }
div.DivClassName
{
background-color: #D58573;
}
.BgClassName
{
background-color: #D58573;
}
</style>
border-color css
<style>
span { border-color: #D58573; }
span { border-color: rgb(213,133,115); }
td.TdClassName
{
border-color: #D58573;
}
.TagClassName
{
border-color: #D58573;
}
</style>