Shades of New York Pink #D5776D
Tints of New York Pink #D5776D
RGB
CMYK
RGB Variations
Color information
#D5776D (or 0xD5776D) is known color: New York Pink. HEX triplet: D5, 77 and 6D. RGB value is (213,119,109). Sum of RGB (Red+Green+Blue) = 213+119+109=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5776D is #2A8892. Grayscale: #929292. Windows color (decimal): -2787475 or 7174101. OLE color: 7174101.
HSL color Cylindrical-coordinate representation of color #D5776D: hue angle of 5.77º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5776D is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 109 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.16 |
| HSL | 5.77º | 0.55% | 0.63% | - |
| HSV(B) | 5.77º | 0.49% | 0.84% | - |
| XYZ | 36.8 | 28.44 | 18.02 | - |
| YUV | 145.97 | 107.14 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 109 | 0 | 0.44 | 0.49 | 0.16 | 5.77 | 0.55 | 0.63 |
| Hex | D5 | 77 | 6D | 0 | 2C | 31 | 10 | 6 | 37 | 3F |
| Octal | 325 | 167 | 155 | 0 | 54 | 61 | 20 | 6 | 67 | 77 |
| Binary | 11010101 | 1110111 | 1101101 | 0 | 101100 | 110001 | 10000 | 110 | 110111 | 111111 |
Color Harmonies of #D5776D
Complementary color
Monochromatic Colors of #D5776D
Black with #D5776D
Text Example
Text Example
White with #D5776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5776D; }
p { color: rgb(213,119,109); }
H1.HeaderClassName
{
color: #D5776D;
}
.AnyTagClassName
{
color: #D5776D;
}
</style>
background-color css
<style>
a { background-color: #D5776D; }
a { background-color: rgb(213,119,109); }
div.DivClassName
{
background-color: #D5776D;
}
.BgClassName
{
background-color: #D5776D;
}
</style>
border-color css
<style>
span { border-color: #D5776D; }
span { border-color: rgb(213,119,109); }
td.TdClassName
{
border-color: #D5776D;
}
.TagClassName
{
border-color: #D5776D;
}
</style>