Shades of New York Pink #D28172
Tints of New York Pink #D28172
RGB
CMYK
RGB Variations
Color information
#D28172 (or 0xD28172) is known color: New York Pink. HEX triplet: D2, 81 and 72. RGB value is (210,129,114). Sum of RGB (Red+Green+Blue) = 210+129+114=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D28172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28172 is #2D7E8D. Grayscale: #979797. Windows color (decimal): -2981518 or 7504338. OLE color: 7504338.
HSL color Cylindrical-coordinate representation of color #D28172: hue angle of 9.38º 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 #D28172 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 114 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.18 |
| HSL | 9.38º | 0.52% | 0.64% | - |
| HSV(B) | 9.38º | 0.46% | 0.82% | - |
| XYZ | 37.47 | 30.62 | 19.85 | - |
| YUV | 151.51 | 106.84 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 114 | 0 | 0.39 | 0.46 | 0.18 | 9.38 | 0.52 | 0.64 |
| Hex | D2 | 81 | 72 | 0 | 27 | 2E | 12 | 9 | 34 | 40 |
| Octal | 322 | 201 | 162 | 0 | 47 | 56 | 22 | 11 | 64 | 100 |
| Binary | 11010010 | 10000001 | 1110010 | 0 | 100111 | 101110 | 10010 | 1001 | 110100 | 1000000 |
Color Harmonies of #D28172
Complementary color
Monochromatic Colors of #D28172
Black with #D28172
Text Example
Text Example
White with #D28172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28172; }
p { color: rgb(210,129,114); }
H1.HeaderClassName
{
color: #D28172;
}
.AnyTagClassName
{
color: #D28172;
}
</style>
background-color css
<style>
a { background-color: #D28172; }
a { background-color: rgb(210,129,114); }
div.DivClassName
{
background-color: #D28172;
}
.BgClassName
{
background-color: #D28172;
}
</style>
border-color css
<style>
span { border-color: #D28172; }
span { border-color: rgb(210,129,114); }
td.TdClassName
{
border-color: #D28172;
}
.TagClassName
{
border-color: #D28172;
}
</style>