Shades of New York Pink #D58273
Tints of New York Pink #D58273
RGB
CMYK
RGB Variations
Color information
#D58273 (or 0xD58273) is known color: New York Pink. HEX triplet: D5, 82 and 73. RGB value is (213,130,115). Sum of RGB (Red+Green+Blue) = 213+130+115=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D58273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58273 is #2A7D8C. Grayscale: #999999. Windows color (decimal): -2784653 or 7570133. OLE color: 7570133.
HSL color Cylindrical-coordinate representation of color #D58273: hue angle of 9.18º 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 #D58273 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 115 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.16 |
| HSL | 9.18º | 0.54% | 0.64% | - |
| HSV(B) | 9.18º | 0.46% | 0.84% | - |
| XYZ | 38.52 | 31.35 | 20.24 | - |
| YUV | 153.11 | 106.5 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 115 | 0 | 0.39 | 0.46 | 0.16 | 9.18 | 0.54 | 0.64 |
| Hex | D5 | 82 | 73 | 0 | 27 | 2E | 10 | 9 | 36 | 40 |
| Octal | 325 | 202 | 163 | 0 | 47 | 56 | 20 | 11 | 66 | 100 |
| Binary | 11010101 | 10000010 | 1110011 | 0 | 100111 | 101110 | 10000 | 1001 | 110110 | 1000000 |
Color Harmonies of #D58273
Complementary color
Monochromatic Colors of #D58273
Black with #D58273
Text Example
Text Example
White with #D58273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58273; }
p { color: rgb(213,130,115); }
H1.HeaderClassName
{
color: #D58273;
}
.AnyTagClassName
{
color: #D58273;
}
</style>
background-color css
<style>
a { background-color: #D58273; }
a { background-color: rgb(213,130,115); }
div.DivClassName
{
background-color: #D58273;
}
.BgClassName
{
background-color: #D58273;
}
</style>
border-color css
<style>
span { border-color: #D58273; }
span { border-color: rgb(213,130,115); }
td.TdClassName
{
border-color: #D58273;
}
.TagClassName
{
border-color: #D58273;
}
</style>