Shades of New York Pink #D18071
Tints of New York Pink #D18071
RGB
CMYK
RGB Variations
Color information
#D18071 (or 0xD18071) is known color: New York Pink. HEX triplet: D1, 80 and 71. RGB value is (209,128,113). Sum of RGB (Red+Green+Blue) = 209+128+113=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D18071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18071 is #2E7F8E. Grayscale: #969696. Windows color (decimal): -3047311 or 7438545. OLE color: 7438545.
HSL color Cylindrical-coordinate representation of color #D18071: hue angle of 9.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D18071 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 113 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.18 |
| HSL | 9.38º | 0.51% | 0.63% | - |
| HSV(B) | 9.38º | 0.46% | 0.82% | - |
| XYZ | 36.99 | 30.19 | 19.5 | - |
| YUV | 150.51 | 106.84 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 113 | 0 | 0.39 | 0.46 | 0.18 | 9.38 | 0.51 | 0.63 |
| Hex | D1 | 80 | 71 | 0 | 27 | 2E | 12 | 9 | 33 | 3F |
| Octal | 321 | 200 | 161 | 0 | 47 | 56 | 22 | 11 | 63 | 77 |
| Binary | 11010001 | 10000000 | 1110001 | 0 | 100111 | 101110 | 10010 | 1001 | 110011 | 111111 |
Color Harmonies of #D18071
Complementary color
Monochromatic Colors of #D18071
Black with #D18071
Text Example
Text Example
White with #D18071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18071; }
p { color: rgb(209,128,113); }
H1.HeaderClassName
{
color: #D18071;
}
.AnyTagClassName
{
color: #D18071;
}
</style>
background-color css
<style>
a { background-color: #D18071; }
a { background-color: rgb(209,128,113); }
div.DivClassName
{
background-color: #D18071;
}
.BgClassName
{
background-color: #D18071;
}
</style>
border-color css
<style>
span { border-color: #D18071; }
span { border-color: rgb(209,128,113); }
td.TdClassName
{
border-color: #D18071;
}
.TagClassName
{
border-color: #D18071;
}
</style>