Shades of New York Pink #D78072
Tints of New York Pink #D78072
RGB
CMYK
RGB Variations
Color information
#D78072 (or 0xD78072) is known color: New York Pink. HEX triplet: D7, 80 and 72. RGB value is (215,128,114). Sum of RGB (Red+Green+Blue) = 215+128+114=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D78072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78072 is #287F8D. Grayscale: #989898. Windows color (decimal): -2654094 or 7504087. OLE color: 7504087.
HSL color Cylindrical-coordinate representation of color #D78072: hue angle of 8.32º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D78072 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 114 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.16 |
| HSL | 8.32º | 0.56% | 0.65% | - |
| HSV(B) | 8.32º | 0.47% | 0.84% | - |
| XYZ | 38.78 | 31.1 | 19.88 | - |
| YUV | 152.42 | 106.32 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 114 | 0 | 0.40 | 0.47 | 0.16 | 8.32 | 0.56 | 0.65 |
| Hex | D7 | 80 | 72 | 0 | 28 | 2F | 10 | 8 | 38 | 41 |
| Octal | 327 | 200 | 162 | 0 | 50 | 57 | 20 | 10 | 70 | 101 |
| Binary | 11010111 | 10000000 | 1110010 | 0 | 101000 | 101111 | 10000 | 1000 | 111000 | 1000001 |
Color Harmonies of #D78072
Complementary color
Monochromatic Colors of #D78072
Black with #D78072
Text Example
Text Example
White with #D78072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78072; }
p { color: rgb(215,128,114); }
H1.HeaderClassName
{
color: #D78072;
}
.AnyTagClassName
{
color: #D78072;
}
</style>
background-color css
<style>
a { background-color: #D78072; }
a { background-color: rgb(215,128,114); }
div.DivClassName
{
background-color: #D78072;
}
.BgClassName
{
background-color: #D78072;
}
</style>
border-color css
<style>
span { border-color: #D78072; }
span { border-color: rgb(215,128,114); }
td.TdClassName
{
border-color: #D78072;
}
.TagClassName
{
border-color: #D78072;
}
</style>