Shades of New York Pink #D77D75
Tints of New York Pink #D77D75
RGB
CMYK
RGB Variations
Color information
#D77D75 (or 0xD77D75) is known color: New York Pink. HEX triplet: D7, 7D and 75. RGB value is (215,125,117). Sum of RGB (Red+Green+Blue) = 215+125+117=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77D75 is #28828A. Grayscale: #979797. Windows color (decimal): -2654859 or 7699927. OLE color: 7699927.
HSL color Cylindrical-coordinate representation of color #D77D75: hue angle of 4.9º 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 #D77D75 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 117 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.16 |
| HSL | 4.9º | 0.55% | 0.65% | - |
| HSV(B) | 4.9º | 0.46% | 0.84% | - |
| XYZ | 38.57 | 30.4 | 20.66 | - |
| YUV | 151 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 117 | 0 | 0.42 | 0.46 | 0.16 | 4.9 | 0.55 | 0.65 |
| Hex | D7 | 7D | 75 | 0 | 2A | 2E | 10 | 5 | 37 | 41 |
| Octal | 327 | 175 | 165 | 0 | 52 | 56 | 20 | 5 | 67 | 101 |
| Binary | 11010111 | 1111101 | 1110101 | 0 | 101010 | 101110 | 10000 | 101 | 110111 | 1000001 |
Color Harmonies of #D77D75
Complementary color
Monochromatic Colors of #D77D75
Black with #D77D75
Text Example
Text Example
White with #D77D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D75; }
p { color: rgb(215,125,117); }
H1.HeaderClassName
{
color: #D77D75;
}
.AnyTagClassName
{
color: #D77D75;
}
</style>
background-color css
<style>
a { background-color: #D77D75; }
a { background-color: rgb(215,125,117); }
div.DivClassName
{
background-color: #D77D75;
}
.BgClassName
{
background-color: #D77D75;
}
</style>
border-color css
<style>
span { border-color: #D77D75; }
span { border-color: rgb(215,125,117); }
td.TdClassName
{
border-color: #D77D75;
}
.TagClassName
{
border-color: #D77D75;
}
</style>