Shades of New York Pink #D78579
Tints of New York Pink #D78579
RGB
CMYK
RGB Variations
Color information
#D78579 (or 0xD78579) is known color: New York Pink. HEX triplet: D7, 85 and 79. RGB value is (215,133,121). Sum of RGB (Red+Green+Blue) = 215+133+121=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D78579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78579 is #287A86. Grayscale: #9C9C9C. Windows color (decimal): -2652807 or 7964119. OLE color: 7964119.
HSL color Cylindrical-coordinate representation of color #D78579: hue angle of 7.66º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D78579 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 133 | 121 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.16 |
| HSL | 7.66º | 0.54% | 0.66% | - |
| HSV(B) | 7.66º | 0.44% | 0.84% | - |
| XYZ | 39.86 | 32.6 | 22.28 | - |
| YUV | 156.15 | 108.17 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 121 | 0 | 0.38 | 0.44 | 0.16 | 7.66 | 0.54 | 0.66 |
| Hex | D7 | 85 | 79 | 0 | 26 | 2C | 10 | 8 | 36 | 42 |
| Octal | 327 | 205 | 171 | 0 | 46 | 54 | 20 | 10 | 66 | 102 |
| Binary | 11010111 | 10000101 | 1111001 | 0 | 100110 | 101100 | 10000 | 1000 | 110110 | 1000010 |
Color Harmonies of #D78579
Complementary color
Monochromatic Colors of #D78579
Black with #D78579
Text Example
Text Example
White with #D78579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78579; }
p { color: rgb(215,133,121); }
H1.HeaderClassName
{
color: #D78579;
}
.AnyTagClassName
{
color: #D78579;
}
</style>
background-color css
<style>
a { background-color: #D78579; }
a { background-color: rgb(215,133,121); }
div.DivClassName
{
background-color: #D78579;
}
.BgClassName
{
background-color: #D78579;
}
</style>
border-color css
<style>
span { border-color: #D78579; }
span { border-color: rgb(215,133,121); }
td.TdClassName
{
border-color: #D78579;
}
.TagClassName
{
border-color: #D78579;
}
</style>