Shades of New York Pink #DA7E6A
Tints of New York Pink #DA7E6A
RGB
CMYK
RGB Variations
Color information
#DA7E6A (or 0xDA7E6A) is known color: New York Pink. HEX triplet: DA, 7E and 6A. RGB value is (218,126,106). Sum of RGB (Red+Green+Blue) = 218+126+106=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E6A is #258195. Grayscale: #979797. Windows color (decimal): -2458006 or 6979290. OLE color: 6979290.
HSL color Cylindrical-coordinate representation of color #DA7E6A: hue angle of 10.71º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA7E6A is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 126 | 106 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.15 |
| HSL | 10.71º | 0.6% | 0.64% | - |
| HSV(B) | 10.71º | 0.51% | 0.85% | - |
| XYZ | 38.98 | 30.87 | 17.54 | - |
| YUV | 151.23 | 102.48 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 106 | 0 | 0.42 | 0.51 | 0.15 | 10.71 | 0.6 | 0.64 |
| Hex | DA | 7E | 6A | 0 | 2A | 33 | F | B | 3C | 40 |
| Octal | 332 | 176 | 152 | 0 | 52 | 63 | 17 | 13 | 74 | 100 |
| Binary | 11011010 | 1111110 | 1101010 | 0 | 101010 | 110011 | 1111 | 1011 | 111100 | 1000000 |
Color Harmonies of #DA7E6A
Complementary color
Monochromatic Colors of #DA7E6A
Black with #DA7E6A
Text Example
Text Example
White with #DA7E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7E6A; }
p { color: rgb(218,126,106); }
H1.HeaderClassName
{
color: #DA7E6A;
}
.AnyTagClassName
{
color: #DA7E6A;
}
</style>
background-color css
<style>
a { background-color: #DA7E6A; }
a { background-color: rgb(218,126,106); }
div.DivClassName
{
background-color: #DA7E6A;
}
.BgClassName
{
background-color: #DA7E6A;
}
</style>
border-color css
<style>
span { border-color: #DA7E6A; }
span { border-color: rgb(218,126,106); }
td.TdClassName
{
border-color: #DA7E6A;
}
.TagClassName
{
border-color: #DA7E6A;
}
</style>