Shades of New York Pink #D58672
Tints of New York Pink #D58672
RGB
CMYK
RGB Variations
Color information
#D58672 (or 0xD58672) is known color: New York Pink. HEX triplet: D5, 86 and 72. RGB value is (213,134,114). Sum of RGB (Red+Green+Blue) = 213+134+114=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D58672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58672 is #2A798D. Grayscale: #9B9B9B. Windows color (decimal): -2783630 or 7505621. OLE color: 7505621.
HSL color Cylindrical-coordinate representation of color #D58672: hue angle of 12.12º 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 #D58672 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 134 | 114 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.16 |
| HSL | 12.12º | 0.54% | 0.64% | - |
| HSV(B) | 12.12º | 0.46% | 0.84% | - |
| XYZ | 39 | 32.41 | 20.12 | - |
| YUV | 155.34 | 104.67 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 114 | 0 | 0.37 | 0.46 | 0.16 | 12.12 | 0.54 | 0.64 |
| Hex | D5 | 86 | 72 | 0 | 25 | 2E | 10 | C | 36 | 40 |
| Octal | 325 | 206 | 162 | 0 | 45 | 56 | 20 | 14 | 66 | 100 |
| Binary | 11010101 | 10000110 | 1110010 | 0 | 100101 | 101110 | 10000 | 1100 | 110110 | 1000000 |
Color Harmonies of #D58672
Complementary color
Monochromatic Colors of #D58672
Black with #D58672
Text Example
Text Example
White with #D58672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58672; }
p { color: rgb(213,134,114); }
H1.HeaderClassName
{
color: #D58672;
}
.AnyTagClassName
{
color: #D58672;
}
</style>
background-color css
<style>
a { background-color: #D58672; }
a { background-color: rgb(213,134,114); }
div.DivClassName
{
background-color: #D58672;
}
.BgClassName
{
background-color: #D58672;
}
</style>
border-color css
<style>
span { border-color: #D58672; }
span { border-color: rgb(213,134,114); }
td.TdClassName
{
border-color: #D58672;
}
.TagClassName
{
border-color: #D58672;
}
</style>