Shades of New York Pink #DA7F68
Tints of New York Pink #DA7F68
RGB
CMYK
RGB Variations
Color information
#DA7F68 (or 0xDA7F68) is known color: New York Pink. HEX triplet: DA, 7F and 68. RGB value is (218,127,104). Sum of RGB (Red+Green+Blue) = 218+127+104=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7F68 is #258097. Grayscale: #979797. Windows color (decimal): -2457752 or 6848474. OLE color: 6848474.
HSL color Cylindrical-coordinate representation of color #DA7F68: hue angle of 12.11º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA7F68 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 104 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.15 |
| HSL | 12.11º | 0.61% | 0.63% | - |
| HSV(B) | 12.11º | 0.52% | 0.85% | - |
| XYZ | 39 | 31.08 | 17.04 | - |
| YUV | 151.59 | 101.15 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 104 | 0 | 0.42 | 0.52 | 0.15 | 12.11 | 0.61 | 0.63 |
| Hex | DA | 7F | 68 | 0 | 2A | 34 | F | C | 3D | 3F |
| Octal | 332 | 177 | 150 | 0 | 52 | 64 | 17 | 14 | 75 | 77 |
| Binary | 11011010 | 1111111 | 1101000 | 0 | 101010 | 110100 | 1111 | 1100 | 111101 | 111111 |
Color Harmonies of #DA7F68
Complementary color
Monochromatic Colors of #DA7F68
Black with #DA7F68
Text Example
Text Example
White with #DA7F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7F68; }
p { color: rgb(218,127,104); }
H1.HeaderClassName
{
color: #DA7F68;
}
.AnyTagClassName
{
color: #DA7F68;
}
</style>
background-color css
<style>
a { background-color: #DA7F68; }
a { background-color: rgb(218,127,104); }
div.DivClassName
{
background-color: #DA7F68;
}
.BgClassName
{
background-color: #DA7F68;
}
</style>
border-color css
<style>
span { border-color: #DA7F68; }
span { border-color: rgb(218,127,104); }
td.TdClassName
{
border-color: #DA7F68;
}
.TagClassName
{
border-color: #DA7F68;
}
</style>