Shades of New York Pink #DA7F74
Tints of New York Pink #DA7F74
RGB
CMYK
RGB Variations
Color information
#DA7F74 (or 0xDA7F74) is known color: New York Pink. HEX triplet: DA, 7F and 74. RGB value is (218,127,116). Sum of RGB (Red+Green+Blue) = 218+127+116=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7F74 is #25808B. Grayscale: #999999. Windows color (decimal): -2457740 or 7634906. OLE color: 7634906.
HSL color Cylindrical-coordinate representation of color #DA7F74: hue angle of 6.47º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA7F74 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 116 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.15 |
| HSL | 6.47º | 0.58% | 0.65% | - |
| HSV(B) | 6.47º | 0.47% | 0.85% | - |
| XYZ | 39.66 | 31.35 | 20.48 | - |
| YUV | 152.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 116 | 0 | 0.42 | 0.47 | 0.15 | 6.47 | 0.58 | 0.65 |
| Hex | DA | 7F | 74 | 0 | 2A | 2F | F | 6 | 3A | 41 |
| Octal | 332 | 177 | 164 | 0 | 52 | 57 | 17 | 6 | 72 | 101 |
| Binary | 11011010 | 1111111 | 1110100 | 0 | 101010 | 101111 | 1111 | 110 | 111010 | 1000001 |
Color Harmonies of #DA7F74
Complementary color
Monochromatic Colors of #DA7F74
Black with #DA7F74
Text Example
Text Example
White with #DA7F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7F74; }
p { color: rgb(218,127,116); }
H1.HeaderClassName
{
color: #DA7F74;
}
.AnyTagClassName
{
color: #DA7F74;
}
</style>
background-color css
<style>
a { background-color: #DA7F74; }
a { background-color: rgb(218,127,116); }
div.DivClassName
{
background-color: #DA7F74;
}
.BgClassName
{
background-color: #DA7F74;
}
</style>
border-color css
<style>
span { border-color: #DA7F74; }
span { border-color: rgb(218,127,116); }
td.TdClassName
{
border-color: #DA7F74;
}
.TagClassName
{
border-color: #DA7F74;
}
</style>