Shades of New York Pink #DA7B70
Tints of New York Pink #DA7B70
RGB
CMYK
RGB Variations
Color information
#DA7B70 (or 0xDA7B70) is known color: New York Pink. HEX triplet: DA, 7B and 70. RGB value is (218,123,112). Sum of RGB (Red+Green+Blue) = 218+123+112=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B70 is #25848F. Grayscale: #969696. Windows color (decimal): -2458768 or 7371738. OLE color: 7371738.
HSL color Cylindrical-coordinate representation of color #DA7B70: hue angle of 6.23º 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 #DA7B70 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 112 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.15 |
| HSL | 6.23º | 0.59% | 0.65% | - |
| HSV(B) | 6.23º | 0.49% | 0.85% | - |
| XYZ | 38.92 | 30.24 | 19.12 | - |
| YUV | 150.15 | 106.47 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 112 | 0 | 0.44 | 0.49 | 0.15 | 6.23 | 0.59 | 0.65 |
| Hex | DA | 7B | 70 | 0 | 2C | 31 | F | 6 | 3B | 41 |
| Octal | 332 | 173 | 160 | 0 | 54 | 61 | 17 | 6 | 73 | 101 |
| Binary | 11011010 | 1111011 | 1110000 | 0 | 101100 | 110001 | 1111 | 110 | 111011 | 1000001 |
Color Harmonies of #DA7B70
Complementary color
Monochromatic Colors of #DA7B70
Black with #DA7B70
Text Example
Text Example
White with #DA7B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B70; }
p { color: rgb(218,123,112); }
H1.HeaderClassName
{
color: #DA7B70;
}
.AnyTagClassName
{
color: #DA7B70;
}
</style>
background-color css
<style>
a { background-color: #DA7B70; }
a { background-color: rgb(218,123,112); }
div.DivClassName
{
background-color: #DA7B70;
}
.BgClassName
{
background-color: #DA7B70;
}
</style>
border-color css
<style>
span { border-color: #DA7B70; }
span { border-color: rgb(218,123,112); }
td.TdClassName
{
border-color: #DA7B70;
}
.TagClassName
{
border-color: #DA7B70;
}
</style>