Shades of New York Pink #D58772
Tints of New York Pink #D58772
RGB
CMYK
RGB Variations
Color information
#D58772 (or 0xD58772) is known color: New York Pink. HEX triplet: D5, 87 and 72. RGB value is (213,135,114). Sum of RGB (Red+Green+Blue) = 213+135+114=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D58772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58772 is #2A788D. Grayscale: #9C9C9C. Windows color (decimal): -2783374 or 7505877. OLE color: 7505877.
HSL color Cylindrical-coordinate representation of color #D58772: hue angle of 12.73º 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 #D58772 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 114 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.16 |
| HSL | 12.73º | 0.54% | 0.64% | - |
| HSV(B) | 12.73º | 0.46% | 0.84% | - |
| XYZ | 39.14 | 32.69 | 20.17 | - |
| YUV | 155.93 | 104.34 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 114 | 0 | 0.37 | 0.46 | 0.16 | 12.73 | 0.54 | 0.64 |
| Hex | D5 | 87 | 72 | 0 | 25 | 2E | 10 | D | 36 | 40 |
| Octal | 325 | 207 | 162 | 0 | 45 | 56 | 20 | 15 | 66 | 100 |
| Binary | 11010101 | 10000111 | 1110010 | 0 | 100101 | 101110 | 10000 | 1101 | 110110 | 1000000 |
Color Harmonies of #D58772
Complementary color
Monochromatic Colors of #D58772
Black with #D58772
Text Example
Text Example
White with #D58772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58772; }
p { color: rgb(213,135,114); }
H1.HeaderClassName
{
color: #D58772;
}
.AnyTagClassName
{
color: #D58772;
}
</style>
background-color css
<style>
a { background-color: #D58772; }
a { background-color: rgb(213,135,114); }
div.DivClassName
{
background-color: #D58772;
}
.BgClassName
{
background-color: #D58772;
}
</style>
border-color css
<style>
span { border-color: #D58772; }
span { border-color: rgb(213,135,114); }
td.TdClassName
{
border-color: #D58772;
}
.TagClassName
{
border-color: #D58772;
}
</style>