Shades of New York Pink #D28472
Tints of New York Pink #D28472
RGB
CMYK
RGB Variations
Color information
#D28472 (or 0xD28472) is known color: New York Pink. HEX triplet: D2, 84 and 72. RGB value is (210,132,114). Sum of RGB (Red+Green+Blue) = 210+132+114=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D28472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28472 is #2D7B8D. Grayscale: #999999. Windows color (decimal): -2980750 or 7505106. OLE color: 7505106.
HSL color Cylindrical-coordinate representation of color #D28472: hue angle of 11.25º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D28472 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 114 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.18 |
| HSL | 11.25º | 0.52% | 0.64% | - |
| HSV(B) | 11.25º | 0.46% | 0.82% | - |
| XYZ | 37.87 | 31.42 | 19.99 | - |
| YUV | 153.27 | 105.84 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 114 | 0 | 0.37 | 0.46 | 0.18 | 11.25 | 0.52 | 0.64 |
| Hex | D2 | 84 | 72 | 0 | 25 | 2E | 12 | B | 34 | 40 |
| Octal | 322 | 204 | 162 | 0 | 45 | 56 | 22 | 13 | 64 | 100 |
| Binary | 11010010 | 10000100 | 1110010 | 0 | 100101 | 101110 | 10010 | 1011 | 110100 | 1000000 |
Color Harmonies of #D28472
Complementary color
Monochromatic Colors of #D28472
Black with #D28472
Text Example
Text Example
White with #D28472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28472; }
p { color: rgb(210,132,114); }
H1.HeaderClassName
{
color: #D28472;
}
.AnyTagClassName
{
color: #D28472;
}
</style>
background-color css
<style>
a { background-color: #D28472; }
a { background-color: rgb(210,132,114); }
div.DivClassName
{
background-color: #D28472;
}
.BgClassName
{
background-color: #D28472;
}
</style>
border-color css
<style>
span { border-color: #D28472; }
span { border-color: rgb(210,132,114); }
td.TdClassName
{
border-color: #D28472;
}
.TagClassName
{
border-color: #D28472;
}
</style>