Shades of New York Pink #D17E6D
Tints of New York Pink #D17E6D
RGB
CMYK
RGB Variations
Color information
#D17E6D (or 0xD17E6D) is known color: New York Pink. HEX triplet: D1, 7E and 6D. RGB value is (209,126,109). Sum of RGB (Red+Green+Blue) = 209+126+109=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17E6D is #2E8192. Grayscale: #959595. Windows color (decimal): -3047827 or 7175889. OLE color: 7175889.
HSL color Cylindrical-coordinate representation of color #D17E6D: hue angle of 10.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D17E6D is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 126 | 109 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.18 |
| HSL | 10.2º | 0.52% | 0.62% | - |
| HSV(B) | 10.2º | 0.48% | 0.82% | - |
| XYZ | 36.52 | 29.58 | 18.25 | - |
| YUV | 148.88 | 105.5 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 126 | 109 | 0 | 0.40 | 0.48 | 0.18 | 10.2 | 0.52 | 0.62 |
| Hex | D1 | 7E | 6D | 0 | 28 | 30 | 12 | A | 34 | 3E |
| Octal | 321 | 176 | 155 | 0 | 50 | 60 | 22 | 12 | 64 | 76 |
| Binary | 11010001 | 1111110 | 1101101 | 0 | 101000 | 110000 | 10010 | 1010 | 110100 | 111110 |
Color Harmonies of #D17E6D
Complementary color
Monochromatic Colors of #D17E6D
Black with #D17E6D
Text Example
Text Example
White with #D17E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17E6D; }
p { color: rgb(209,126,109); }
H1.HeaderClassName
{
color: #D17E6D;
}
.AnyTagClassName
{
color: #D17E6D;
}
</style>
background-color css
<style>
a { background-color: #D17E6D; }
a { background-color: rgb(209,126,109); }
div.DivClassName
{
background-color: #D17E6D;
}
.BgClassName
{
background-color: #D17E6D;
}
</style>
border-color css
<style>
span { border-color: #D17E6D; }
span { border-color: rgb(209,126,109); }
td.TdClassName
{
border-color: #D17E6D;
}
.TagClassName
{
border-color: #D17E6D;
}
</style>