Shades of New York Pink #DA8474
Tints of New York Pink #DA8474
RGB
CMYK
RGB Variations
Color information
#DA8474 (or 0xDA8474) is known color: New York Pink. HEX triplet: DA, 84 and 74. RGB value is (218,132,116). Sum of RGB (Red+Green+Blue) = 218+132+116=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8474 is #257B8B. Grayscale: #9C9C9C. Windows color (decimal): -2456460 or 7636186. OLE color: 7636186.
HSL color Cylindrical-coordinate representation of color #DA8474: hue angle of 9.41º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA8474 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 116 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.15 |
| HSL | 9.41º | 0.58% | 0.65% | - |
| HSV(B) | 9.41º | 0.47% | 0.85% | - |
| XYZ | 40.32 | 32.67 | 20.7 | - |
| YUV | 155.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 116 | 0 | 0.39 | 0.47 | 0.15 | 9.41 | 0.58 | 0.65 |
| Hex | DA | 84 | 74 | 0 | 27 | 2F | F | 9 | 3A | 41 |
| Octal | 332 | 204 | 164 | 0 | 47 | 57 | 17 | 11 | 72 | 101 |
| Binary | 11011010 | 10000100 | 1110100 | 0 | 100111 | 101111 | 1111 | 1001 | 111010 | 1000001 |
Color Harmonies of #DA8474
Complementary color
Monochromatic Colors of #DA8474
Black with #DA8474
Text Example
Text Example
White with #DA8474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8474; }
p { color: rgb(218,132,116); }
H1.HeaderClassName
{
color: #DA8474;
}
.AnyTagClassName
{
color: #DA8474;
}
</style>
background-color css
<style>
a { background-color: #DA8474; }
a { background-color: rgb(218,132,116); }
div.DivClassName
{
background-color: #DA8474;
}
.BgClassName
{
background-color: #DA8474;
}
</style>
border-color css
<style>
span { border-color: #DA8474; }
span { border-color: rgb(218,132,116); }
td.TdClassName
{
border-color: #DA8474;
}
.TagClassName
{
border-color: #DA8474;
}
</style>