Shades of New York Pink #D58476
Tints of New York Pink #D58476
RGB
CMYK
RGB Variations
Color information
#D58476 (or 0xD58476) is known color: New York Pink. HEX triplet: D5, 84 and 76. RGB value is (213,132,118). Sum of RGB (Red+Green+Blue) = 213+132+118=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D58476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58476 is #2A7B89. Grayscale: #9A9A9A. Windows color (decimal): -2784138 or 7767253. OLE color: 7767253.
HSL color Cylindrical-coordinate representation of color #D58476: hue angle of 8.84º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D58476 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 118 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.16 |
| HSL | 8.84º | 0.53% | 0.65% | - |
| HSV(B) | 8.84º | 0.45% | 0.84% | - |
| XYZ | 38.96 | 31.96 | 21.25 | - |
| YUV | 154.62 | 107.34 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 118 | 0 | 0.38 | 0.45 | 0.16 | 8.84 | 0.53 | 0.65 |
| Hex | D5 | 84 | 76 | 0 | 26 | 2D | 10 | 9 | 35 | 41 |
| Octal | 325 | 204 | 166 | 0 | 46 | 55 | 20 | 11 | 65 | 101 |
| Binary | 11010101 | 10000100 | 1110110 | 0 | 100110 | 101101 | 10000 | 1001 | 110101 | 1000001 |
Color Harmonies of #D58476
Complementary color
Monochromatic Colors of #D58476
Black with #D58476
Text Example
Text Example
White with #D58476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58476; }
p { color: rgb(213,132,118); }
H1.HeaderClassName
{
color: #D58476;
}
.AnyTagClassName
{
color: #D58476;
}
</style>
background-color css
<style>
a { background-color: #D58476; }
a { background-color: rgb(213,132,118); }
div.DivClassName
{
background-color: #D58476;
}
.BgClassName
{
background-color: #D58476;
}
</style>
border-color css
<style>
span { border-color: #D58476; }
span { border-color: rgb(213,132,118); }
td.TdClassName
{
border-color: #D58476;
}
.TagClassName
{
border-color: #D58476;
}
</style>