Shades of New York Pink #D17973
Tints of New York Pink #D17973
RGB
CMYK
RGB Variations
Color information
#D17973 (or 0xD17973) is known color: New York Pink. HEX triplet: D1, 79 and 73. RGB value is (209,121,115). Sum of RGB (Red+Green+Blue) = 209+121+115=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D17973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17973 is #2E868C. Grayscale: #929292. Windows color (decimal): -3049101 or 7567825. OLE color: 7567825.
HSL color Cylindrical-coordinate representation of color #D17973: hue angle of 3.83º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D17973 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 121 | 115 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.18 |
| HSL | 3.83º | 0.51% | 0.64% | - |
| HSV(B) | 3.83º | 0.45% | 0.82% | - |
| XYZ | 36.23 | 28.47 | 19.81 | - |
| YUV | 146.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 115 | 0 | 0.42 | 0.45 | 0.18 | 3.83 | 0.51 | 0.64 |
| Hex | D1 | 79 | 73 | 0 | 2A | 2D | 12 | 4 | 33 | 40 |
| Octal | 321 | 171 | 163 | 0 | 52 | 55 | 22 | 4 | 63 | 100 |
| Binary | 11010001 | 1111001 | 1110011 | 0 | 101010 | 101101 | 10010 | 100 | 110011 | 1000000 |
Color Harmonies of #D17973
Complementary color
Monochromatic Colors of #D17973
Black with #D17973
Text Example
Text Example
White with #D17973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17973; }
p { color: rgb(209,121,115); }
H1.HeaderClassName
{
color: #D17973;
}
.AnyTagClassName
{
color: #D17973;
}
</style>
background-color css
<style>
a { background-color: #D17973; }
a { background-color: rgb(209,121,115); }
div.DivClassName
{
background-color: #D17973;
}
.BgClassName
{
background-color: #D17973;
}
</style>
border-color css
<style>
span { border-color: #D17973; }
span { border-color: rgb(209,121,115); }
td.TdClassName
{
border-color: #D17973;
}
.TagClassName
{
border-color: #D17973;
}
</style>