Shades of New York Pink #DA7E68
Tints of New York Pink #DA7E68
RGB
CMYK
RGB Variations
Color information
#DA7E68 (or 0xDA7E68) is known color: New York Pink. HEX triplet: DA, 7E and 68. RGB value is (218,126,104). Sum of RGB (Red+Green+Blue) = 218+126+104=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E68 is #258197. Grayscale: #979797. Windows color (decimal): -2458008 or 6848218. OLE color: 6848218.
HSL color Cylindrical-coordinate representation of color #DA7E68: hue angle of 11.58º 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 #DA7E68 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 126 | 104 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.15 |
| HSL | 11.58º | 0.61% | 0.63% | - |
| HSV(B) | 11.58º | 0.52% | 0.85% | - |
| XYZ | 38.87 | 30.83 | 17 | - |
| YUV | 151 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 104 | 0 | 0.42 | 0.52 | 0.15 | 11.58 | 0.61 | 0.63 |
| Hex | DA | 7E | 68 | 0 | 2A | 34 | F | C | 3D | 3F |
| Octal | 332 | 176 | 150 | 0 | 52 | 64 | 17 | 14 | 75 | 77 |
| Binary | 11011010 | 1111110 | 1101000 | 0 | 101010 | 110100 | 1111 | 1100 | 111101 | 111111 |
Color Harmonies of #DA7E68
Complementary color
Monochromatic Colors of #DA7E68
Black with #DA7E68
Text Example
Text Example
White with #DA7E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7E68; }
p { color: rgb(218,126,104); }
H1.HeaderClassName
{
color: #DA7E68;
}
.AnyTagClassName
{
color: #DA7E68;
}
</style>
background-color css
<style>
a { background-color: #DA7E68; }
a { background-color: rgb(218,126,104); }
div.DivClassName
{
background-color: #DA7E68;
}
.BgClassName
{
background-color: #DA7E68;
}
</style>
border-color css
<style>
span { border-color: #DA7E68; }
span { border-color: rgb(218,126,104); }
td.TdClassName
{
border-color: #DA7E68;
}
.TagClassName
{
border-color: #DA7E68;
}
</style>