Shades of New York Pink #D58775
Tints of New York Pink #D58775
RGB
CMYK
RGB Variations
Color information
#D58775 (or 0xD58775) is known color: New York Pink. HEX triplet: D5, 87 and 75. RGB value is (213,135,117). Sum of RGB (Red+Green+Blue) = 213+135+117=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D58775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58775 is #2A788A. Grayscale: #9C9C9C. Windows color (decimal): -2783371 or 7702485. OLE color: 7702485.
HSL color Cylindrical-coordinate representation of color #D58775: hue angle of 11.25º 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 #D58775 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 117 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.16 |
| HSL | 11.25º | 0.53% | 0.65% | - |
| HSV(B) | 11.25º | 0.45% | 0.84% | - |
| XYZ | 39.32 | 32.76 | 21.08 | - |
| YUV | 156.27 | 105.84 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 117 | 0 | 0.37 | 0.45 | 0.16 | 11.25 | 0.53 | 0.65 |
| Hex | D5 | 87 | 75 | 0 | 25 | 2D | 10 | B | 35 | 41 |
| Octal | 325 | 207 | 165 | 0 | 45 | 55 | 20 | 13 | 65 | 101 |
| Binary | 11010101 | 10000111 | 1110101 | 0 | 100101 | 101101 | 10000 | 1011 | 110101 | 1000001 |
Color Harmonies of #D58775
Complementary color
Monochromatic Colors of #D58775
Black with #D58775
Text Example
Text Example
White with #D58775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58775; }
p { color: rgb(213,135,117); }
H1.HeaderClassName
{
color: #D58775;
}
.AnyTagClassName
{
color: #D58775;
}
</style>
background-color css
<style>
a { background-color: #D58775; }
a { background-color: rgb(213,135,117); }
div.DivClassName
{
background-color: #D58775;
}
.BgClassName
{
background-color: #D58775;
}
</style>
border-color css
<style>
span { border-color: #D58775; }
span { border-color: rgb(213,135,117); }
td.TdClassName
{
border-color: #D58775;
}
.TagClassName
{
border-color: #D58775;
}
</style>