Shades of New York Pink #D8846E
Tints of New York Pink #D8846E
RGB
CMYK
RGB Variations
Color information
#D8846E (or 0xD8846E) is known color: New York Pink. HEX triplet: D8, 84 and 6E. RGB value is (216,132,110). Sum of RGB (Red+Green+Blue) = 216+132+110=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D8846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8846E is #277B91. Grayscale: #9A9A9A. Windows color (decimal): -2587538 or 7242968. OLE color: 7242968.
HSL color Cylindrical-coordinate representation of color #D8846E: hue angle of 12.45º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8846E is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 132 | 110 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.15 |
| HSL | 12.45º | 0.58% | 0.64% | - |
| HSV(B) | 12.45º | 0.49% | 0.85% | - |
| XYZ | 39.38 | 32.23 | 18.9 | - |
| YUV | 154.61 | 102.83 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 132 | 110 | 0 | 0.39 | 0.49 | 0.15 | 12.45 | 0.58 | 0.64 |
| Hex | D8 | 84 | 6E | 0 | 27 | 31 | F | C | 3A | 40 |
| Octal | 330 | 204 | 156 | 0 | 47 | 61 | 17 | 14 | 72 | 100 |
| Binary | 11011000 | 10000100 | 1101110 | 0 | 100111 | 110001 | 1111 | 1100 | 111010 | 1000000 |
Color Harmonies of #D8846E
Complementary color
Monochromatic Colors of #D8846E
Black with #D8846E
Text Example
Text Example
White with #D8846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8846E; }
p { color: rgb(216,132,110); }
H1.HeaderClassName
{
color: #D8846E;
}
.AnyTagClassName
{
color: #D8846E;
}
</style>
background-color css
<style>
a { background-color: #D8846E; }
a { background-color: rgb(216,132,110); }
div.DivClassName
{
background-color: #D8846E;
}
.BgClassName
{
background-color: #D8846E;
}
</style>
border-color css
<style>
span { border-color: #D8846E; }
span { border-color: rgb(216,132,110); }
td.TdClassName
{
border-color: #D8846E;
}
.TagClassName
{
border-color: #D8846E;
}
</style>