Shades of New York Pink #DA8373
Tints of New York Pink #DA8373
RGB
CMYK
RGB Variations
Color information
#DA8373 (or 0xDA8373) is known color: New York Pink. HEX triplet: DA, 83 and 73. RGB value is (218,131,115). Sum of RGB (Red+Green+Blue) = 218+131+115=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8373 is #257C8C. Grayscale: #9B9B9B. Windows color (decimal): -2456717 or 7570394. OLE color: 7570394.
HSL color Cylindrical-coordinate representation of color #DA8373: hue angle of 9.32º 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 #DA8373 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 115 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.15 |
| HSL | 9.32º | 0.58% | 0.65% | - |
| HSV(B) | 9.32º | 0.47% | 0.85% | - |
| XYZ | 40.12 | 32.38 | 20.35 | - |
| YUV | 155.19 | 105.32 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 115 | 0 | 0.40 | 0.47 | 0.15 | 9.32 | 0.58 | 0.65 |
| Hex | DA | 83 | 73 | 0 | 28 | 2F | F | 9 | 3A | 41 |
| Octal | 332 | 203 | 163 | 0 | 50 | 57 | 17 | 11 | 72 | 101 |
| Binary | 11011010 | 10000011 | 1110011 | 0 | 101000 | 101111 | 1111 | 1001 | 111010 | 1000001 |
Color Harmonies of #DA8373
Complementary color
Monochromatic Colors of #DA8373
Black with #DA8373
Text Example
Text Example
White with #DA8373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8373; }
p { color: rgb(218,131,115); }
H1.HeaderClassName
{
color: #DA8373;
}
.AnyTagClassName
{
color: #DA8373;
}
</style>
background-color css
<style>
a { background-color: #DA8373; }
a { background-color: rgb(218,131,115); }
div.DivClassName
{
background-color: #DA8373;
}
.BgClassName
{
background-color: #DA8373;
}
</style>
border-color css
<style>
span { border-color: #DA8373; }
span { border-color: rgb(218,131,115); }
td.TdClassName
{
border-color: #DA8373;
}
.TagClassName
{
border-color: #DA8373;
}
</style>