Shades of New York Pink #D78778
Tints of New York Pink #D78778
RGB
CMYK
RGB Variations
Color information
#D78778 (or 0xD78778) is known color: New York Pink. HEX triplet: D7, 87 and 78. RGB value is (215,135,120). Sum of RGB (Red+Green+Blue) = 215+135+120=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D78778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78778 is #287887. Grayscale: #9D9D9D. Windows color (decimal): -2652296 or 7899095. OLE color: 7899095.
HSL color Cylindrical-coordinate representation of color #D78778: hue angle of 9.47º 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 #D78778 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 135 | 120 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.16 |
| HSL | 9.47º | 0.54% | 0.66% | - |
| HSV(B) | 9.47º | 0.44% | 0.84% | - |
| XYZ | 40.08 | 33.13 | 22.05 | - |
| YUV | 157.21 | 107 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 135 | 120 | 0 | 0.37 | 0.44 | 0.16 | 9.47 | 0.54 | 0.66 |
| Hex | D7 | 87 | 78 | 0 | 25 | 2C | 10 | 9 | 36 | 42 |
| Octal | 327 | 207 | 170 | 0 | 45 | 54 | 20 | 11 | 66 | 102 |
| Binary | 11010111 | 10000111 | 1111000 | 0 | 100101 | 101100 | 10000 | 1001 | 110110 | 1000010 |
Color Harmonies of #D78778
Complementary color
Monochromatic Colors of #D78778
Black with #D78778
Text Example
Text Example
White with #D78778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78778; }
p { color: rgb(215,135,120); }
H1.HeaderClassName
{
color: #D78778;
}
.AnyTagClassName
{
color: #D78778;
}
</style>
background-color css
<style>
a { background-color: #D78778; }
a { background-color: rgb(215,135,120); }
div.DivClassName
{
background-color: #D78778;
}
.BgClassName
{
background-color: #D78778;
}
</style>
border-color css
<style>
span { border-color: #D78778; }
span { border-color: rgb(215,135,120); }
td.TdClassName
{
border-color: #D78778;
}
.TagClassName
{
border-color: #D78778;
}
</style>