Shades of New York Pink #D28576
Tints of New York Pink #D28576
RGB
CMYK
RGB Variations
Color information
#D28576 (or 0xD28576) is known color: New York Pink. HEX triplet: D2, 85 and 76. RGB value is (210,133,118). Sum of RGB (Red+Green+Blue) = 210+133+118=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D28576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28576 is #2D7A89. Grayscale: #9A9A9A. Windows color (decimal): -2980490 or 7767506. OLE color: 7767506.
HSL color Cylindrical-coordinate representation of color #D28576: hue angle of 9.78º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D28576 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 118 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.18 |
| HSL | 9.78º | 0.51% | 0.64% | - |
| HSV(B) | 9.78º | 0.44% | 0.82% | - |
| XYZ | 38.24 | 31.78 | 21.26 | - |
| YUV | 154.31 | 107.51 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 118 | 0 | 0.37 | 0.44 | 0.18 | 9.78 | 0.51 | 0.64 |
| Hex | D2 | 85 | 76 | 0 | 25 | 2C | 12 | A | 33 | 40 |
| Octal | 322 | 205 | 166 | 0 | 45 | 54 | 22 | 12 | 63 | 100 |
| Binary | 11010010 | 10000101 | 1110110 | 0 | 100101 | 101100 | 10010 | 1010 | 110011 | 1000000 |
Color Harmonies of #D28576
Complementary color
Monochromatic Colors of #D28576
Black with #D28576
Text Example
Text Example
White with #D28576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28576; }
p { color: rgb(210,133,118); }
H1.HeaderClassName
{
color: #D28576;
}
.AnyTagClassName
{
color: #D28576;
}
</style>
background-color css
<style>
a { background-color: #D28576; }
a { background-color: rgb(210,133,118); }
div.DivClassName
{
background-color: #D28576;
}
.BgClassName
{
background-color: #D28576;
}
</style>
border-color css
<style>
span { border-color: #D28576; }
span { border-color: rgb(210,133,118); }
td.TdClassName
{
border-color: #D28576;
}
.TagClassName
{
border-color: #D28576;
}
</style>