Shades of New York Pink #D28470
Tints of New York Pink #D28470
RGB
CMYK
RGB Variations
Color information
#D28470 (or 0xD28470) is known color: New York Pink. HEX triplet: D2, 84 and 70. RGB value is (210,132,112). Sum of RGB (Red+Green+Blue) = 210+132+112=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D28470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28470 is #2D7B8F. Grayscale: #999999. Windows color (decimal): -2980752 or 7374034. OLE color: 7374034.
HSL color Cylindrical-coordinate representation of color #D28470: hue angle of 12.24º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D28470 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 112 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.18 |
| HSL | 12.24º | 0.52% | 0.63% | - |
| HSV(B) | 12.24º | 0.47% | 0.82% | - |
| XYZ | 37.75 | 31.37 | 19.4 | - |
| YUV | 153.04 | 104.84 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 112 | 0 | 0.37 | 0.47 | 0.18 | 12.24 | 0.52 | 0.63 |
| Hex | D2 | 84 | 70 | 0 | 25 | 2F | 12 | C | 34 | 3F |
| Octal | 322 | 204 | 160 | 0 | 45 | 57 | 22 | 14 | 64 | 77 |
| Binary | 11010010 | 10000100 | 1110000 | 0 | 100101 | 101111 | 10010 | 1100 | 110100 | 111111 |
Color Harmonies of #D28470
Complementary color
Monochromatic Colors of #D28470
Black with #D28470
Text Example
Text Example
White with #D28470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28470; }
p { color: rgb(210,132,112); }
H1.HeaderClassName
{
color: #D28470;
}
.AnyTagClassName
{
color: #D28470;
}
</style>
background-color css
<style>
a { background-color: #D28470; }
a { background-color: rgb(210,132,112); }
div.DivClassName
{
background-color: #D28470;
}
.BgClassName
{
background-color: #D28470;
}
</style>
border-color css
<style>
span { border-color: #D28470; }
span { border-color: rgb(210,132,112); }
td.TdClassName
{
border-color: #D28470;
}
.TagClassName
{
border-color: #D28470;
}
</style>