Shades of New York Pink #D77A6D
Tints of New York Pink #D77A6D
RGB
CMYK
RGB Variations
Color information
#D77A6D (or 0xD77A6D) is known color: New York Pink. HEX triplet: D7, 7A and 6D. RGB value is (215,122,109). Sum of RGB (Red+Green+Blue) = 215+122+109=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A6D is #288592. Grayscale: #949494. Windows color (decimal): -2655635 or 7174871. OLE color: 7174871.
HSL color Cylindrical-coordinate representation of color #D77A6D: hue angle of 7.36º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D77A6D is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 109 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.16 |
| HSL | 7.36º | 0.57% | 0.64% | - |
| HSV(B) | 7.36º | 0.49% | 0.84% | - |
| XYZ | 37.74 | 29.47 | 18.17 | - |
| YUV | 148.33 | 105.81 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 109 | 0 | 0.43 | 0.49 | 0.16 | 7.36 | 0.57 | 0.64 |
| Hex | D7 | 7A | 6D | 0 | 2B | 31 | 10 | 7 | 39 | 40 |
| Octal | 327 | 172 | 155 | 0 | 53 | 61 | 20 | 7 | 71 | 100 |
| Binary | 11010111 | 1111010 | 1101101 | 0 | 101011 | 110001 | 10000 | 111 | 111001 | 1000000 |
Color Harmonies of #D77A6D
Complementary color
Monochromatic Colors of #D77A6D
Black with #D77A6D
Text Example
Text Example
White with #D77A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A6D; }
p { color: rgb(215,122,109); }
H1.HeaderClassName
{
color: #D77A6D;
}
.AnyTagClassName
{
color: #D77A6D;
}
</style>
background-color css
<style>
a { background-color: #D77A6D; }
a { background-color: rgb(215,122,109); }
div.DivClassName
{
background-color: #D77A6D;
}
.BgClassName
{
background-color: #D77A6D;
}
</style>
border-color css
<style>
span { border-color: #D77A6D; }
span { border-color: rgb(215,122,109); }
td.TdClassName
{
border-color: #D77A6D;
}
.TagClassName
{
border-color: #D77A6D;
}
</style>