Shades of New York Pink #DA7D6F
Tints of New York Pink #DA7D6F
RGB
CMYK
RGB Variations
Color information
#DA7D6F (or 0xDA7D6F) is known color: New York Pink. HEX triplet: DA, 7D and 6F. RGB value is (218,125,111). Sum of RGB (Red+Green+Blue) = 218+125+111=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D6F is #258290. Grayscale: #979797. Windows color (decimal): -2458257 or 7306714. OLE color: 7306714.
HSL color Cylindrical-coordinate representation of color #DA7D6F: hue angle of 7.85º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA7D6F is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 111 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.15 |
| HSL | 7.85º | 0.59% | 0.65% | - |
| HSV(B) | 7.85º | 0.49% | 0.85% | - |
| XYZ | 39.12 | 30.72 | 18.91 | - |
| YUV | 151.21 | 105.31 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 111 | 0 | 0.43 | 0.49 | 0.15 | 7.85 | 0.59 | 0.65 |
| Hex | DA | 7D | 6F | 0 | 2B | 31 | F | 8 | 3B | 41 |
| Octal | 332 | 175 | 157 | 0 | 53 | 61 | 17 | 10 | 73 | 101 |
| Binary | 11011010 | 1111101 | 1101111 | 0 | 101011 | 110001 | 1111 | 1000 | 111011 | 1000001 |
Color Harmonies of #DA7D6F
Complementary color
Monochromatic Colors of #DA7D6F
Black with #DA7D6F
Text Example
Text Example
White with #DA7D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D6F; }
p { color: rgb(218,125,111); }
H1.HeaderClassName
{
color: #DA7D6F;
}
.AnyTagClassName
{
color: #DA7D6F;
}
</style>
background-color css
<style>
a { background-color: #DA7D6F; }
a { background-color: rgb(218,125,111); }
div.DivClassName
{
background-color: #DA7D6F;
}
.BgClassName
{
background-color: #DA7D6F;
}
</style>
border-color css
<style>
span { border-color: #DA7D6F; }
span { border-color: rgb(218,125,111); }
td.TdClassName
{
border-color: #DA7D6F;
}
.TagClassName
{
border-color: #DA7D6F;
}
</style>