Shades of New York Pink #DA8573
Tints of New York Pink #DA8573
RGB
CMYK
RGB Variations
Color information
#DA8573 (or 0xDA8573) is known color: New York Pink. HEX triplet: DA, 85 and 73. RGB value is (218,133,115). Sum of RGB (Red+Green+Blue) = 218+133+115=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8573 is #257A8C. Grayscale: #9C9C9C. Windows color (decimal): -2456205 or 7570906. OLE color: 7570906.
HSL color Cylindrical-coordinate representation of color #DA8573: hue angle of 10.49º 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 #DA8573 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 115 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.15 |
| HSL | 10.49º | 0.58% | 0.65% | - |
| HSV(B) | 10.49º | 0.47% | 0.85% | - |
| XYZ | 40.4 | 32.92 | 20.44 | - |
| YUV | 156.36 | 104.66 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 115 | 0 | 0.39 | 0.47 | 0.15 | 10.49 | 0.58 | 0.65 |
| Hex | DA | 85 | 73 | 0 | 27 | 2F | F | A | 3A | 41 |
| Octal | 332 | 205 | 163 | 0 | 47 | 57 | 17 | 12 | 72 | 101 |
| Binary | 11011010 | 10000101 | 1110011 | 0 | 100111 | 101111 | 1111 | 1010 | 111010 | 1000001 |
Color Harmonies of #DA8573
Complementary color
Monochromatic Colors of #DA8573
Black with #DA8573
Text Example
Text Example
White with #DA8573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8573; }
p { color: rgb(218,133,115); }
H1.HeaderClassName
{
color: #DA8573;
}
.AnyTagClassName
{
color: #DA8573;
}
</style>
background-color css
<style>
a { background-color: #DA8573; }
a { background-color: rgb(218,133,115); }
div.DivClassName
{
background-color: #DA8573;
}
.BgClassName
{
background-color: #DA8573;
}
</style>
border-color css
<style>
span { border-color: #DA8573; }
span { border-color: rgb(218,133,115); }
td.TdClassName
{
border-color: #DA8573;
}
.TagClassName
{
border-color: #DA8573;
}
</style>