Shades of New York Pink #DA7D70
Tints of New York Pink #DA7D70
RGB
CMYK
RGB Variations
Color information
#DA7D70 (or 0xDA7D70) is known color: New York Pink. HEX triplet: DA, 7D and 70. RGB value is (218,125,112). Sum of RGB (Red+Green+Blue) = 218+125+112=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D70 is #25828F. Grayscale: #979797. Windows color (decimal): -2458256 or 7372250. OLE color: 7372250.
HSL color Cylindrical-coordinate representation of color #DA7D70: hue angle of 7.36º 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 #DA7D70 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 112 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.15 |
| HSL | 7.36º | 0.59% | 0.65% | - |
| HSV(B) | 7.36º | 0.49% | 0.85% | - |
| XYZ | 39.17 | 30.74 | 19.2 | - |
| YUV | 151.33 | 105.81 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 112 | 0 | 0.43 | 0.49 | 0.15 | 7.36 | 0.59 | 0.65 |
| Hex | DA | 7D | 70 | 0 | 2B | 31 | F | 7 | 3B | 41 |
| Octal | 332 | 175 | 160 | 0 | 53 | 61 | 17 | 7 | 73 | 101 |
| Binary | 11011010 | 1111101 | 1110000 | 0 | 101011 | 110001 | 1111 | 111 | 111011 | 1000001 |
Color Harmonies of #DA7D70
Complementary color
Monochromatic Colors of #DA7D70
Black with #DA7D70
Text Example
Text Example
White with #DA7D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D70; }
p { color: rgb(218,125,112); }
H1.HeaderClassName
{
color: #DA7D70;
}
.AnyTagClassName
{
color: #DA7D70;
}
</style>
background-color css
<style>
a { background-color: #DA7D70; }
a { background-color: rgb(218,125,112); }
div.DivClassName
{
background-color: #DA7D70;
}
.BgClassName
{
background-color: #DA7D70;
}
</style>
border-color css
<style>
span { border-color: #DA7D70; }
span { border-color: rgb(218,125,112); }
td.TdClassName
{
border-color: #DA7D70;
}
.TagClassName
{
border-color: #DA7D70;
}
</style>