Shades of New York Pink #D78070
Tints of New York Pink #D78070
RGB
CMYK
RGB Variations
Color information
#D78070 (or 0xD78070) is known color: New York Pink. HEX triplet: D7, 80 and 70. RGB value is (215,128,112). Sum of RGB (Red+Green+Blue) = 215+128+112=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D78070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78070 is #287F8F. Grayscale: #989898. Windows color (decimal): -2654096 or 7373015. OLE color: 7373015.
HSL color Cylindrical-coordinate representation of color #D78070: hue angle of 9.32º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D78070 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 112 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.16 |
| HSL | 9.32º | 0.56% | 0.64% | - |
| HSV(B) | 9.32º | 0.48% | 0.84% | - |
| XYZ | 38.67 | 31.06 | 19.29 | - |
| YUV | 152.19 | 105.32 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 112 | 0 | 0.40 | 0.48 | 0.16 | 9.32 | 0.56 | 0.64 |
| Hex | D7 | 80 | 70 | 0 | 28 | 30 | 10 | 9 | 38 | 40 |
| Octal | 327 | 200 | 160 | 0 | 50 | 60 | 20 | 11 | 70 | 100 |
| Binary | 11010111 | 10000000 | 1110000 | 0 | 101000 | 110000 | 10000 | 1001 | 111000 | 1000000 |
Color Harmonies of #D78070
Complementary color
Monochromatic Colors of #D78070
Black with #D78070
Text Example
Text Example
White with #D78070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78070; }
p { color: rgb(215,128,112); }
H1.HeaderClassName
{
color: #D78070;
}
.AnyTagClassName
{
color: #D78070;
}
</style>
background-color css
<style>
a { background-color: #D78070; }
a { background-color: rgb(215,128,112); }
div.DivClassName
{
background-color: #D78070;
}
.BgClassName
{
background-color: #D78070;
}
</style>
border-color css
<style>
span { border-color: #D78070; }
span { border-color: rgb(215,128,112); }
td.TdClassName
{
border-color: #D78070;
}
.TagClassName
{
border-color: #D78070;
}
</style>