Shades of New York Pink #D77868
Tints of New York Pink #D77868
RGB
CMYK
RGB Variations
Color information
#D77868 (or 0xD77868) is known color: New York Pink. HEX triplet: D7, 78 and 68. RGB value is (215,120,104). Sum of RGB (Red+Green+Blue) = 215+120+104=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D77868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77868 is #288797. Grayscale: #929292. Windows color (decimal): -2656152 or 6846679. OLE color: 6846679.
HSL color Cylindrical-coordinate representation of color #D77868: hue angle of 8.65º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D77868 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 104 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.16 |
| HSL | 8.65º | 0.58% | 0.63% | - |
| HSV(B) | 8.65º | 0.52% | 0.84% | - |
| XYZ | 37.24 | 28.88 | 16.71 | - |
| YUV | 146.58 | 103.97 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 104 | 0 | 0.44 | 0.52 | 0.16 | 8.65 | 0.58 | 0.63 |
| Hex | D7 | 78 | 68 | 0 | 2C | 34 | 10 | 9 | 3A | 3F |
| Octal | 327 | 170 | 150 | 0 | 54 | 64 | 20 | 11 | 72 | 77 |
| Binary | 11010111 | 1111000 | 1101000 | 0 | 101100 | 110100 | 10000 | 1001 | 111010 | 111111 |
Color Harmonies of #D77868
Complementary color
Monochromatic Colors of #D77868
Black with #D77868
Text Example
Text Example
White with #D77868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77868; }
p { color: rgb(215,120,104); }
H1.HeaderClassName
{
color: #D77868;
}
.AnyTagClassName
{
color: #D77868;
}
</style>
background-color css
<style>
a { background-color: #D77868; }
a { background-color: rgb(215,120,104); }
div.DivClassName
{
background-color: #D77868;
}
.BgClassName
{
background-color: #D77868;
}
</style>
border-color css
<style>
span { border-color: #D77868; }
span { border-color: rgb(215,120,104); }
td.TdClassName
{
border-color: #D77868;
}
.TagClassName
{
border-color: #D77868;
}
</style>