Shades of New York Pink #D48474
Tints of New York Pink #D48474
RGB
CMYK
RGB Variations
Color information
#D48474 (or 0xD48474) is known color: New York Pink. HEX triplet: D4, 84 and 74. RGB value is (212,132,116). Sum of RGB (Red+Green+Blue) = 212+132+116=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D48474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48474 is #2B7B8B. Grayscale: #9A9A9A. Windows color (decimal): -2849676 or 7636180. OLE color: 7636180.
HSL color Cylindrical-coordinate representation of color #D48474: hue angle of 10º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D48474 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 116 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.17 |
| HSL | 10º | 0.53% | 0.64% | - |
| HSV(B) | 10º | 0.45% | 0.83% | - |
| XYZ | 38.56 | 31.76 | 20.62 | - |
| YUV | 154.1 | 106.5 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 116 | 0 | 0.38 | 0.45 | 0.17 | 10 | 0.53 | 0.64 |
| Hex | D4 | 84 | 74 | 0 | 26 | 2D | 11 | A | 35 | 40 |
| Octal | 324 | 204 | 164 | 0 | 46 | 55 | 21 | 12 | 65 | 100 |
| Binary | 11010100 | 10000100 | 1110100 | 0 | 100110 | 101101 | 10001 | 1010 | 110101 | 1000000 |
Color Harmonies of #D48474
Complementary color
Monochromatic Colors of #D48474
Black with #D48474
Text Example
Text Example
White with #D48474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48474; }
p { color: rgb(212,132,116); }
H1.HeaderClassName
{
color: #D48474;
}
.AnyTagClassName
{
color: #D48474;
}
</style>
background-color css
<style>
a { background-color: #D48474; }
a { background-color: rgb(212,132,116); }
div.DivClassName
{
background-color: #D48474;
}
.BgClassName
{
background-color: #D48474;
}
</style>
border-color css
<style>
span { border-color: #D48474; }
span { border-color: rgb(212,132,116); }
td.TdClassName
{
border-color: #D48474;
}
.TagClassName
{
border-color: #D48474;
}
</style>