Shades of New York Pink #D18177
Tints of New York Pink #D18177
RGB
CMYK
RGB Variations
Color information
#D18177 (or 0xD18177) is known color: New York Pink. HEX triplet: D1, 81 and 77. RGB value is (209,129,119). Sum of RGB (Red+Green+Blue) = 209+129+119=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D18177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18177 is #2E7E88. Grayscale: #979797. Windows color (decimal): -3047049 or 7832017. OLE color: 7832017.
HSL color Cylindrical-coordinate representation of color #D18177: hue angle of 6.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D18177 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 129 | 119 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.18 |
| HSL | 6.67º | 0.49% | 0.64% | - |
| HSV(B) | 6.67º | 0.43% | 0.82% | - |
| XYZ | 37.47 | 30.59 | 21.38 | - |
| YUV | 151.78 | 109.5 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 129 | 119 | 0 | 0.38 | 0.43 | 0.18 | 6.67 | 0.49 | 0.64 |
| Hex | D1 | 81 | 77 | 0 | 26 | 2B | 12 | 7 | 31 | 40 |
| Octal | 321 | 201 | 167 | 0 | 46 | 53 | 22 | 7 | 61 | 100 |
| Binary | 11010001 | 10000001 | 1110111 | 0 | 100110 | 101011 | 10010 | 111 | 110001 | 1000000 |
Color Harmonies of #D18177
Complementary color
Monochromatic Colors of #D18177
Black with #D18177
Text Example
Text Example
White with #D18177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18177; }
p { color: rgb(209,129,119); }
H1.HeaderClassName
{
color: #D18177;
}
.AnyTagClassName
{
color: #D18177;
}
</style>
background-color css
<style>
a { background-color: #D18177; }
a { background-color: rgb(209,129,119); }
div.DivClassName
{
background-color: #D18177;
}
.BgClassName
{
background-color: #D18177;
}
</style>
border-color css
<style>
span { border-color: #D18177; }
span { border-color: rgb(209,129,119); }
td.TdClassName
{
border-color: #D18177;
}
.TagClassName
{
border-color: #D18177;
}
</style>