Shades of New York Pink #D78375
Tints of New York Pink #D78375
RGB
CMYK
RGB Variations
Color information
#D78375 (or 0xD78375) is known color: New York Pink. HEX triplet: D7, 83 and 75. RGB value is (215,131,117). Sum of RGB (Red+Green+Blue) = 215+131+117=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D78375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78375 is #287C8A. Grayscale: #9A9A9A. Windows color (decimal): -2653323 or 7701463. OLE color: 7701463.
HSL color Cylindrical-coordinate representation of color #D78375: hue angle of 8.57º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D78375 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 131 | 117 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.16 |
| HSL | 8.57º | 0.55% | 0.65% | - |
| HSV(B) | 8.57º | 0.46% | 0.84% | - |
| XYZ | 39.35 | 31.96 | 20.93 | - |
| YUV | 154.52 | 106.83 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 131 | 117 | 0 | 0.39 | 0.46 | 0.16 | 8.57 | 0.55 | 0.65 |
| Hex | D7 | 83 | 75 | 0 | 27 | 2E | 10 | 9 | 37 | 41 |
| Octal | 327 | 203 | 165 | 0 | 47 | 56 | 20 | 11 | 67 | 101 |
| Binary | 11010111 | 10000011 | 1110101 | 0 | 100111 | 101110 | 10000 | 1001 | 110111 | 1000001 |
Color Harmonies of #D78375
Complementary color
Monochromatic Colors of #D78375
Black with #D78375
Text Example
Text Example
White with #D78375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78375; }
p { color: rgb(215,131,117); }
H1.HeaderClassName
{
color: #D78375;
}
.AnyTagClassName
{
color: #D78375;
}
</style>
background-color css
<style>
a { background-color: #D78375; }
a { background-color: rgb(215,131,117); }
div.DivClassName
{
background-color: #D78375;
}
.BgClassName
{
background-color: #D78375;
}
</style>
border-color css
<style>
span { border-color: #D78375; }
span { border-color: rgb(215,131,117); }
td.TdClassName
{
border-color: #D78375;
}
.TagClassName
{
border-color: #D78375;
}
</style>