Shades of New York Pink #D28571
Tints of New York Pink #D28571
RGB
CMYK
RGB Variations
Color information
#D28571 (or 0xD28571) is known color: New York Pink. HEX triplet: D2, 85 and 71. RGB value is (210,133,113). Sum of RGB (Red+Green+Blue) = 210+133+113=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D28571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28571 is #2D7A8E. Grayscale: #999999. Windows color (decimal): -2980495 or 7439826. OLE color: 7439826.
HSL color Cylindrical-coordinate representation of color #D28571: hue angle of 12.37º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D28571 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 113 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.18 |
| HSL | 12.37º | 0.52% | 0.63% | - |
| HSV(B) | 12.37º | 0.46% | 0.82% | - |
| XYZ | 37.95 | 31.67 | 19.74 | - |
| YUV | 153.74 | 105.01 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 113 | 0 | 0.37 | 0.46 | 0.18 | 12.37 | 0.52 | 0.63 |
| Hex | D2 | 85 | 71 | 0 | 25 | 2E | 12 | C | 34 | 3F |
| Octal | 322 | 205 | 161 | 0 | 45 | 56 | 22 | 14 | 64 | 77 |
| Binary | 11010010 | 10000101 | 1110001 | 0 | 100101 | 101110 | 10010 | 1100 | 110100 | 111111 |
Color Harmonies of #D28571
Complementary color
Monochromatic Colors of #D28571
Black with #D28571
Text Example
Text Example
White with #D28571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28571; }
p { color: rgb(210,133,113); }
H1.HeaderClassName
{
color: #D28571;
}
.AnyTagClassName
{
color: #D28571;
}
</style>
background-color css
<style>
a { background-color: #D28571; }
a { background-color: rgb(210,133,113); }
div.DivClassName
{
background-color: #D28571;
}
.BgClassName
{
background-color: #D28571;
}
</style>
border-color css
<style>
span { border-color: #D28571; }
span { border-color: rgb(210,133,113); }
td.TdClassName
{
border-color: #D28571;
}
.TagClassName
{
border-color: #D28571;
}
</style>