Shades of New York Pink #DA776D
Tints of New York Pink #DA776D
RGB
CMYK
RGB Variations
Color information
#DA776D (or 0xDA776D) is known color: New York Pink. HEX triplet: DA, 77 and 6D. RGB value is (218,119,109). Sum of RGB (Red+Green+Blue) = 218+119+109=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA776D is #258892. Grayscale: #939393. Windows color (decimal): -2459795 or 7174106. OLE color: 7174106.
HSL color Cylindrical-coordinate representation of color #DA776D: hue angle of 5.5º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA776D is Cyan = 0, Magento = 0.45, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 109 | - |
| CMYK | 0 | 0.45 | 0.5 | 0.15 |
| HSL | 5.5º | 0.6% | 0.64% | - |
| HSV(B) | 5.5º | 0.5% | 0.85% | - |
| XYZ | 38.27 | 29.2 | 18.09 | - |
| YUV | 147.46 | 106.3 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 109 | 0 | 0.45 | 0.5 | 0.15 | 5.5 | 0.6 | 0.64 |
| Hex | DA | 77 | 6D | 0 | 2D | 32 | F | 6 | 3C | 40 |
| Octal | 332 | 167 | 155 | 0 | 55 | 62 | 17 | 6 | 74 | 100 |
| Binary | 11011010 | 1110111 | 1101101 | 0 | 101101 | 110010 | 1111 | 110 | 111100 | 1000000 |
Color Harmonies of #DA776D
Complementary color
Monochromatic Colors of #DA776D
Black with #DA776D
Text Example
Text Example
White with #DA776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA776D; }
p { color: rgb(218,119,109); }
H1.HeaderClassName
{
color: #DA776D;
}
.AnyTagClassName
{
color: #DA776D;
}
</style>
background-color css
<style>
a { background-color: #DA776D; }
a { background-color: rgb(218,119,109); }
div.DivClassName
{
background-color: #DA776D;
}
.BgClassName
{
background-color: #DA776D;
}
</style>
border-color css
<style>
span { border-color: #DA776D; }
span { border-color: rgb(218,119,109); }
td.TdClassName
{
border-color: #DA776D;
}
.TagClassName
{
border-color: #DA776D;
}
</style>