Shades of New York Pink #D88172
Tints of New York Pink #D88172
RGB
CMYK
RGB Variations
Color information
#D88172 (or 0xD88172) is known color: New York Pink. HEX triplet: D8, 81 and 72. RGB value is (216,129,114). Sum of RGB (Red+Green+Blue) = 216+129+114=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D88172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88172 is #277E8D. Grayscale: #999999. Windows color (decimal): -2588302 or 7504344. OLE color: 7504344.
HSL color Cylindrical-coordinate representation of color #D88172: hue angle of 8.82º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D88172 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 129 | 114 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.15 |
| HSL | 8.82º | 0.57% | 0.65% | - |
| HSV(B) | 8.82º | 0.47% | 0.85% | - |
| XYZ | 39.21 | 31.51 | 19.94 | - |
| YUV | 153.3 | 105.82 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 114 | 0 | 0.40 | 0.47 | 0.15 | 8.82 | 0.57 | 0.65 |
| Hex | D8 | 81 | 72 | 0 | 28 | 2F | F | 9 | 39 | 41 |
| Octal | 330 | 201 | 162 | 0 | 50 | 57 | 17 | 11 | 71 | 101 |
| Binary | 11011000 | 10000001 | 1110010 | 0 | 101000 | 101111 | 1111 | 1001 | 111001 | 1000001 |
Color Harmonies of #D88172
Complementary color
Monochromatic Colors of #D88172
Black with #D88172
Text Example
Text Example
White with #D88172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88172; }
p { color: rgb(216,129,114); }
H1.HeaderClassName
{
color: #D88172;
}
.AnyTagClassName
{
color: #D88172;
}
</style>
background-color css
<style>
a { background-color: #D88172; }
a { background-color: rgb(216,129,114); }
div.DivClassName
{
background-color: #D88172;
}
.BgClassName
{
background-color: #D88172;
}
</style>
border-color css
<style>
span { border-color: #D88172; }
span { border-color: rgb(216,129,114); }
td.TdClassName
{
border-color: #D88172;
}
.TagClassName
{
border-color: #D88172;
}
</style>