Shades of New York Pink #D78175
Tints of New York Pink #D78175
RGB
CMYK
RGB Variations
Color information
#D78175 (or 0xD78175) is known color: New York Pink. HEX triplet: D7, 81 and 75. RGB value is (215,129,117). Sum of RGB (Red+Green+Blue) = 215+129+117=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D78175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78175 is #287E8A. Grayscale: #999999. Windows color (decimal): -2653835 or 7700951. OLE color: 7700951.
HSL color Cylindrical-coordinate representation of color #D78175: hue angle of 7.35º 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 #D78175 is Cyan = 0, Magento = 0.4, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 117 | - |
| CMYK | 0 | 0.4 | 0.46 | 0.16 |
| HSL | 7.35º | 0.55% | 0.65% | - |
| HSV(B) | 7.35º | 0.46% | 0.84% | - |
| XYZ | 39.09 | 31.43 | 20.84 | - |
| YUV | 153.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 117 | 0 | 0.4 | 0.46 | 0.16 | 7.35 | 0.55 | 0.65 |
| Hex | D7 | 81 | 75 | 0 | 28 | 2E | 10 | 7 | 37 | 41 |
| Octal | 327 | 201 | 165 | 0 | 50 | 56 | 20 | 7 | 67 | 101 |
| Binary | 11010111 | 10000001 | 1110101 | 0 | 101000 | 101110 | 10000 | 111 | 110111 | 1000001 |
Color Harmonies of #D78175
Complementary color
Monochromatic Colors of #D78175
Black with #D78175
Text Example
Text Example
White with #D78175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78175; }
p { color: rgb(215,129,117); }
H1.HeaderClassName
{
color: #D78175;
}
.AnyTagClassName
{
color: #D78175;
}
</style>
background-color css
<style>
a { background-color: #D78175; }
a { background-color: rgb(215,129,117); }
div.DivClassName
{
background-color: #D78175;
}
.BgClassName
{
background-color: #D78175;
}
</style>
border-color css
<style>
span { border-color: #D78175; }
span { border-color: rgb(215,129,117); }
td.TdClassName
{
border-color: #D78175;
}
.TagClassName
{
border-color: #D78175;
}
</style>