Shades of New York Pink #DA776E
Tints of New York Pink #DA776E
RGB
CMYK
RGB Variations
Color information
#DA776E (or 0xDA776E) is known color: New York Pink. HEX triplet: DA, 77 and 6E. RGB value is (218,119,110). Sum of RGB (Red+Green+Blue) = 218+119+110=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA776E is #258891. Grayscale: #939393. Windows color (decimal): -2459794 or 7239642. OLE color: 7239642.
HSL color Cylindrical-coordinate representation of color #DA776E: hue angle of 5º degrees, saturation: 0.59, 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 #DA776E is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 110 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.15 |
| HSL | 5º | 0.59% | 0.64% | - |
| HSV(B) | 5º | 0.5% | 0.85% | - |
| XYZ | 38.32 | 29.22 | 18.37 | - |
| YUV | 147.58 | 106.8 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 110 | 0 | 0.45 | 0.50 | 0.15 | 5 | 0.59 | 0.64 |
| Hex | DA | 77 | 6E | 0 | 2D | 32 | F | 5 | 3B | 40 |
| Octal | 332 | 167 | 156 | 0 | 55 | 62 | 17 | 5 | 73 | 100 |
| Binary | 11011010 | 1110111 | 1101110 | 0 | 101101 | 110010 | 1111 | 101 | 111011 | 1000000 |
Color Harmonies of #DA776E
Complementary color
Monochromatic Colors of #DA776E
Black with #DA776E
Text Example
Text Example
White with #DA776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA776E; }
p { color: rgb(218,119,110); }
H1.HeaderClassName
{
color: #DA776E;
}
.AnyTagClassName
{
color: #DA776E;
}
</style>
background-color css
<style>
a { background-color: #DA776E; }
a { background-color: rgb(218,119,110); }
div.DivClassName
{
background-color: #DA776E;
}
.BgClassName
{
background-color: #DA776E;
}
</style>
border-color css
<style>
span { border-color: #DA776E; }
span { border-color: rgb(218,119,110); }
td.TdClassName
{
border-color: #DA776E;
}
.TagClassName
{
border-color: #DA776E;
}
</style>