Shades of New York Pink #DA8170
Tints of New York Pink #DA8170
RGB
CMYK
RGB Variations
Color information
#DA8170 (or 0xDA8170) is known color: New York Pink. HEX triplet: DA, 81 and 70. RGB value is (218,129,112). Sum of RGB (Red+Green+Blue) = 218+129+112=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8170 is #257E8F. Grayscale: #999999. Windows color (decimal): -2457232 or 7373274. OLE color: 7373274.
HSL color Cylindrical-coordinate representation of color #DA8170: hue angle of 9.62º 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 #DA8170 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 112 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.15 |
| HSL | 9.62º | 0.59% | 0.65% | - |
| HSV(B) | 9.62º | 0.49% | 0.85% | - |
| XYZ | 39.69 | 31.78 | 19.37 | - |
| YUV | 153.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 112 | 0 | 0.41 | 0.49 | 0.15 | 9.62 | 0.59 | 0.65 |
| Hex | DA | 81 | 70 | 0 | 29 | 31 | F | A | 3B | 41 |
| Octal | 332 | 201 | 160 | 0 | 51 | 61 | 17 | 12 | 73 | 101 |
| Binary | 11011010 | 10000001 | 1110000 | 0 | 101001 | 110001 | 1111 | 1010 | 111011 | 1000001 |
Color Harmonies of #DA8170
Complementary color
Monochromatic Colors of #DA8170
Black with #DA8170
Text Example
Text Example
White with #DA8170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8170; }
p { color: rgb(218,129,112); }
H1.HeaderClassName
{
color: #DA8170;
}
.AnyTagClassName
{
color: #DA8170;
}
</style>
background-color css
<style>
a { background-color: #DA8170; }
a { background-color: rgb(218,129,112); }
div.DivClassName
{
background-color: #DA8170;
}
.BgClassName
{
background-color: #DA8170;
}
</style>
border-color css
<style>
span { border-color: #DA8170; }
span { border-color: rgb(218,129,112); }
td.TdClassName
{
border-color: #DA8170;
}
.TagClassName
{
border-color: #DA8170;
}
</style>