Shades of New York Pink #D28176
Tints of New York Pink #D28176
RGB
CMYK
RGB Variations
Color information
#D28176 (or 0xD28176) is known color: New York Pink. HEX triplet: D2, 81 and 76. RGB value is (210,129,118). Sum of RGB (Red+Green+Blue) = 210+129+118=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D28176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28176 is #2D7E89. Grayscale: #989898. Windows color (decimal): -2981514 or 7766482. OLE color: 7766482.
HSL color Cylindrical-coordinate representation of color #D28176: hue angle of 7.17º 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 #D28176 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 118 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.18 |
| HSL | 7.17º | 0.51% | 0.64% | - |
| HSV(B) | 7.17º | 0.44% | 0.82% | - |
| XYZ | 37.7 | 30.71 | 21.08 | - |
| YUV | 151.97 | 108.84 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 118 | 0 | 0.39 | 0.44 | 0.18 | 7.17 | 0.51 | 0.64 |
| Hex | D2 | 81 | 76 | 0 | 27 | 2C | 12 | 7 | 33 | 40 |
| Octal | 322 | 201 | 166 | 0 | 47 | 54 | 22 | 7 | 63 | 100 |
| Binary | 11010010 | 10000001 | 1110110 | 0 | 100111 | 101100 | 10010 | 111 | 110011 | 1000000 |
Color Harmonies of #D28176
Complementary color
Monochromatic Colors of #D28176
Black with #D28176
Text Example
Text Example
White with #D28176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28176; }
p { color: rgb(210,129,118); }
H1.HeaderClassName
{
color: #D28176;
}
.AnyTagClassName
{
color: #D28176;
}
</style>
background-color css
<style>
a { background-color: #D28176; }
a { background-color: rgb(210,129,118); }
div.DivClassName
{
background-color: #D28176;
}
.BgClassName
{
background-color: #D28176;
}
</style>
border-color css
<style>
span { border-color: #D28176; }
span { border-color: rgb(210,129,118); }
td.TdClassName
{
border-color: #D28176;
}
.TagClassName
{
border-color: #D28176;
}
</style>