Shades of New York Pink #DA756A
Tints of New York Pink #DA756A
RGB
CMYK
RGB Variations
Color information
#DA756A (or 0xDA756A) is known color: New York Pink. HEX triplet: DA, 75 and 6A. RGB value is (218,117,106). Sum of RGB (Red+Green+Blue) = 218+117+106=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA756A is #258A95. Grayscale: #929292. Windows color (decimal): -2460310 or 6976986. OLE color: 6976986.
HSL color Cylindrical-coordinate representation of color #DA756A: hue angle of 5.89º 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 #DA756A is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 106 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.15 |
| HSL | 5.89º | 0.6% | 0.64% | - |
| HSV(B) | 5.89º | 0.51% | 0.85% | - |
| XYZ | 37.88 | 28.67 | 17.17 | - |
| YUV | 145.95 | 105.46 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 106 | 0 | 0.46 | 0.51 | 0.15 | 5.89 | 0.6 | 0.64 |
| Hex | DA | 75 | 6A | 0 | 2E | 33 | F | 6 | 3C | 40 |
| Octal | 332 | 165 | 152 | 0 | 56 | 63 | 17 | 6 | 74 | 100 |
| Binary | 11011010 | 1110101 | 1101010 | 0 | 101110 | 110011 | 1111 | 110 | 111100 | 1000000 |
Color Harmonies of #DA756A
Complementary color
Monochromatic Colors of #DA756A
Black with #DA756A
Text Example
Text Example
White with #DA756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA756A; }
p { color: rgb(218,117,106); }
H1.HeaderClassName
{
color: #DA756A;
}
.AnyTagClassName
{
color: #DA756A;
}
</style>
background-color css
<style>
a { background-color: #DA756A; }
a { background-color: rgb(218,117,106); }
div.DivClassName
{
background-color: #DA756A;
}
.BgClassName
{
background-color: #DA756A;
}
</style>
border-color css
<style>
span { border-color: #DA756A; }
span { border-color: rgb(218,117,106); }
td.TdClassName
{
border-color: #DA756A;
}
.TagClassName
{
border-color: #DA756A;
}
</style>