Shades of New York Pink #DA8770
Tints of New York Pink #DA8770
RGB
CMYK
RGB Variations
Color information
#DA8770 (or 0xDA8770) is known color: New York Pink. HEX triplet: DA, 87 and 70. RGB value is (218,135,112). Sum of RGB (Red+Green+Blue) = 218+135+112=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8770 is #25788F. Grayscale: #9D9D9D. Windows color (decimal): -2455696 or 7374810. OLE color: 7374810.
HSL color Cylindrical-coordinate representation of color #DA8770: hue angle of 13.02º 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 #DA8770 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 112 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.15 |
| HSL | 13.02º | 0.59% | 0.65% | - |
| HSV(B) | 13.02º | 0.49% | 0.85% | - |
| XYZ | 40.5 | 33.4 | 19.64 | - |
| YUV | 157.2 | 102.5 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 112 | 0 | 0.38 | 0.49 | 0.15 | 13.02 | 0.59 | 0.65 |
| Hex | DA | 87 | 70 | 0 | 26 | 31 | F | D | 3B | 41 |
| Octal | 332 | 207 | 160 | 0 | 46 | 61 | 17 | 15 | 73 | 101 |
| Binary | 11011010 | 10000111 | 1110000 | 0 | 100110 | 110001 | 1111 | 1101 | 111011 | 1000001 |
Color Harmonies of #DA8770
Complementary color
Monochromatic Colors of #DA8770
Black with #DA8770
Text Example
Text Example
White with #DA8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8770; }
p { color: rgb(218,135,112); }
H1.HeaderClassName
{
color: #DA8770;
}
.AnyTagClassName
{
color: #DA8770;
}
</style>
background-color css
<style>
a { background-color: #DA8770; }
a { background-color: rgb(218,135,112); }
div.DivClassName
{
background-color: #DA8770;
}
.BgClassName
{
background-color: #DA8770;
}
</style>
border-color css
<style>
span { border-color: #DA8770; }
span { border-color: rgb(218,135,112); }
td.TdClassName
{
border-color: #DA8770;
}
.TagClassName
{
border-color: #DA8770;
}
</style>