Shades of New York Pink #D28473
Tints of New York Pink #D28473
RGB
CMYK
RGB Variations
Color information
#D28473 (or 0xD28473) is known color: New York Pink. HEX triplet: D2, 84 and 73. RGB value is (210,132,115). Sum of RGB (Red+Green+Blue) = 210+132+115=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D28473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28473 is #2D7B8C. Grayscale: #999999. Windows color (decimal): -2980749 or 7570642. OLE color: 7570642.
HSL color Cylindrical-coordinate representation of color #D28473: hue angle of 10.74º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D28473 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 115 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.18 |
| HSL | 10.74º | 0.51% | 0.64% | - |
| HSV(B) | 10.74º | 0.45% | 0.82% | - |
| XYZ | 37.92 | 31.44 | 20.29 | - |
| YUV | 153.38 | 106.34 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 115 | 0 | 0.37 | 0.45 | 0.18 | 10.74 | 0.51 | 0.64 |
| Hex | D2 | 84 | 73 | 0 | 25 | 2D | 12 | B | 33 | 40 |
| Octal | 322 | 204 | 163 | 0 | 45 | 55 | 22 | 13 | 63 | 100 |
| Binary | 11010010 | 10000100 | 1110011 | 0 | 100101 | 101101 | 10010 | 1011 | 110011 | 1000000 |
Color Harmonies of #D28473
Complementary color
Monochromatic Colors of #D28473
Black with #D28473
Text Example
Text Example
White with #D28473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28473; }
p { color: rgb(210,132,115); }
H1.HeaderClassName
{
color: #D28473;
}
.AnyTagClassName
{
color: #D28473;
}
</style>
background-color css
<style>
a { background-color: #D28473; }
a { background-color: rgb(210,132,115); }
div.DivClassName
{
background-color: #D28473;
}
.BgClassName
{
background-color: #D28473;
}
</style>
border-color css
<style>
span { border-color: #D28473; }
span { border-color: rgb(210,132,115); }
td.TdClassName
{
border-color: #D28473;
}
.TagClassName
{
border-color: #D28473;
}
</style>