Shades of New York Pink #D47E6E
Tints of New York Pink #D47E6E
RGB
CMYK
RGB Variations
Color information
#D47E6E (or 0xD47E6E) is known color: New York Pink. HEX triplet: D4, 7E and 6E. RGB value is (212,126,110). Sum of RGB (Red+Green+Blue) = 212+126+110=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D47E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47E6E is #2B8191. Grayscale: #969696. Windows color (decimal): -2851218 or 7241428. OLE color: 7241428.
HSL color Cylindrical-coordinate representation of color #D47E6E: hue angle of 9.41º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D47E6E is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 126 | 110 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.17 |
| HSL | 9.41º | 0.54% | 0.63% | - |
| HSV(B) | 9.41º | 0.48% | 0.83% | - |
| XYZ | 37.43 | 30.04 | 18.58 | - |
| YUV | 149.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 126 | 110 | 0 | 0.41 | 0.48 | 0.17 | 9.41 | 0.54 | 0.63 |
| Hex | D4 | 7E | 6E | 0 | 29 | 30 | 11 | 9 | 36 | 3F |
| Octal | 324 | 176 | 156 | 0 | 51 | 60 | 21 | 11 | 66 | 77 |
| Binary | 11010100 | 1111110 | 1101110 | 0 | 101001 | 110000 | 10001 | 1001 | 110110 | 111111 |
Color Harmonies of #D47E6E
Complementary color
Monochromatic Colors of #D47E6E
Black with #D47E6E
Text Example
Text Example
White with #D47E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47E6E; }
p { color: rgb(212,126,110); }
H1.HeaderClassName
{
color: #D47E6E;
}
.AnyTagClassName
{
color: #D47E6E;
}
</style>
background-color css
<style>
a { background-color: #D47E6E; }
a { background-color: rgb(212,126,110); }
div.DivClassName
{
background-color: #D47E6E;
}
.BgClassName
{
background-color: #D47E6E;
}
</style>
border-color css
<style>
span { border-color: #D47E6E; }
span { border-color: rgb(212,126,110); }
td.TdClassName
{
border-color: #D47E6E;
}
.TagClassName
{
border-color: #D47E6E;
}
</style>