Shades of New York Pink #D18475
Tints of New York Pink #D18475
RGB
CMYK
RGB Variations
Color information
#D18475 (or 0xD18475) is known color: New York Pink. HEX triplet: D1, 84 and 75. RGB value is (209,132,117). Sum of RGB (Red+Green+Blue) = 209+132+117=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D18475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18475 is #2E7B8A. Grayscale: #999999. Windows color (decimal): -3046283 or 7701713. OLE color: 7701713.
HSL color Cylindrical-coordinate representation of color #D18475: hue angle of 9.78º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D18475 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 117 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.18 |
| HSL | 9.78º | 0.5% | 0.64% | - |
| HSV(B) | 9.78º | 0.44% | 0.82% | - |
| XYZ | 37.76 | 31.34 | 20.89 | - |
| YUV | 153.31 | 107.51 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 117 | 0 | 0.37 | 0.44 | 0.18 | 9.78 | 0.5 | 0.64 |
| Hex | D1 | 84 | 75 | 0 | 25 | 2C | 12 | A | 32 | 40 |
| Octal | 321 | 204 | 165 | 0 | 45 | 54 | 22 | 12 | 62 | 100 |
| Binary | 11010001 | 10000100 | 1110101 | 0 | 100101 | 101100 | 10010 | 1010 | 110010 | 1000000 |
Color Harmonies of #D18475
Complementary color
Monochromatic Colors of #D18475
Black with #D18475
Text Example
Text Example
White with #D18475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18475; }
p { color: rgb(209,132,117); }
H1.HeaderClassName
{
color: #D18475;
}
.AnyTagClassName
{
color: #D18475;
}
</style>
background-color css
<style>
a { background-color: #D18475; }
a { background-color: rgb(209,132,117); }
div.DivClassName
{
background-color: #D18475;
}
.BgClassName
{
background-color: #D18475;
}
</style>
border-color css
<style>
span { border-color: #D18475; }
span { border-color: rgb(209,132,117); }
td.TdClassName
{
border-color: #D18475;
}
.TagClassName
{
border-color: #D18475;
}
</style>