Shades of New York Pink #D47E6C
Tints of New York Pink #D47E6C
RGB
CMYK
RGB Variations
Color information
#D47E6C (or 0xD47E6C) is known color: New York Pink. HEX triplet: D4, 7E and 6C. RGB value is (212,126,108). Sum of RGB (Red+Green+Blue) = 212+126+108=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D47E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47E6C is #2B8193. Grayscale: #959595. Windows color (decimal): -2851220 or 7110356. OLE color: 7110356.
HSL color Cylindrical-coordinate representation of color #D47E6C: hue angle of 10.38º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D47E6C is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 126 | 108 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.17 |
| HSL | 10.38º | 0.55% | 0.63% | - |
| HSV(B) | 10.38º | 0.49% | 0.83% | - |
| XYZ | 37.32 | 30 | 18.01 | - |
| YUV | 149.66 | 104.49 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 126 | 108 | 0 | 0.41 | 0.49 | 0.17 | 10.38 | 0.55 | 0.63 |
| Hex | D4 | 7E | 6C | 0 | 29 | 31 | 11 | A | 37 | 3F |
| Octal | 324 | 176 | 154 | 0 | 51 | 61 | 21 | 12 | 67 | 77 |
| Binary | 11010100 | 1111110 | 1101100 | 0 | 101001 | 110001 | 10001 | 1010 | 110111 | 111111 |
Color Harmonies of #D47E6C
Complementary color
Monochromatic Colors of #D47E6C
Black with #D47E6C
Text Example
Text Example
White with #D47E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47E6C; }
p { color: rgb(212,126,108); }
H1.HeaderClassName
{
color: #D47E6C;
}
.AnyTagClassName
{
color: #D47E6C;
}
</style>
background-color css
<style>
a { background-color: #D47E6C; }
a { background-color: rgb(212,126,108); }
div.DivClassName
{
background-color: #D47E6C;
}
.BgClassName
{
background-color: #D47E6C;
}
</style>
border-color css
<style>
span { border-color: #D47E6C; }
span { border-color: rgb(212,126,108); }
td.TdClassName
{
border-color: #D47E6C;
}
.TagClassName
{
border-color: #D47E6C;
}
</style>