Shades of New York Pink #D47D75
Tints of New York Pink #D47D75
RGB
CMYK
RGB Variations
Color information
#D47D75 (or 0xD47D75) is known color: New York Pink. HEX triplet: D4, 7D and 75. RGB value is (212,125,117). Sum of RGB (Red+Green+Blue) = 212+125+117=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47D75 is #2B828A. Grayscale: #969696. Windows color (decimal): -2851467 or 7699924. OLE color: 7699924.
HSL color Cylindrical-coordinate representation of color #D47D75: hue angle of 5.05º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D47D75 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 125 | 117 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.17 |
| HSL | 5.05º | 0.52% | 0.65% | - |
| HSV(B) | 5.05º | 0.45% | 0.83% | - |
| XYZ | 37.7 | 29.95 | 20.62 | - |
| YUV | 150.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 117 | 0 | 0.41 | 0.45 | 0.17 | 5.05 | 0.52 | 0.65 |
| Hex | D4 | 7D | 75 | 0 | 29 | 2D | 11 | 5 | 34 | 41 |
| Octal | 324 | 175 | 165 | 0 | 51 | 55 | 21 | 5 | 64 | 101 |
| Binary | 11010100 | 1111101 | 1110101 | 0 | 101001 | 101101 | 10001 | 101 | 110100 | 1000001 |
Color Harmonies of #D47D75
Complementary color
Monochromatic Colors of #D47D75
Black with #D47D75
Text Example
Text Example
White with #D47D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47D75; }
p { color: rgb(212,125,117); }
H1.HeaderClassName
{
color: #D47D75;
}
.AnyTagClassName
{
color: #D47D75;
}
</style>
background-color css
<style>
a { background-color: #D47D75; }
a { background-color: rgb(212,125,117); }
div.DivClassName
{
background-color: #D47D75;
}
.BgClassName
{
background-color: #D47D75;
}
</style>
border-color css
<style>
span { border-color: #D47D75; }
span { border-color: rgb(212,125,117); }
td.TdClassName
{
border-color: #D47D75;
}
.TagClassName
{
border-color: #D47D75;
}
</style>