Shades of New York Pink #DD8873
Tints of New York Pink #DD8873
RGB
CMYK
RGB Variations
Color information
#DD8873 (or 0xDD8873) is known color: New York Pink. HEX triplet: DD, 88 and 73. RGB value is (221,136,115). Sum of RGB (Red+Green+Blue) = 221+136+115=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8873 is #22778C. Grayscale: #9F9F9F. Windows color (decimal): -2258829 or 7571677. OLE color: 7571677.
HSL color Cylindrical-coordinate representation of color #DD8873: hue angle of 11.89º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD8873 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 115 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.13 |
| HSL | 11.89º | 0.61% | 0.66% | - |
| HSV(B) | 11.89º | 0.48% | 0.87% | - |
| XYZ | 41.72 | 34.22 | 20.63 | - |
| YUV | 159.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 115 | 0 | 0.38 | 0.48 | 0.13 | 11.89 | 0.61 | 0.66 |
| Hex | DD | 88 | 73 | 0 | 26 | 30 | D | C | 3D | 42 |
| Octal | 335 | 210 | 163 | 0 | 46 | 60 | 15 | 14 | 75 | 102 |
| Binary | 11011101 | 10001000 | 1110011 | 0 | 100110 | 110000 | 1101 | 1100 | 111101 | 1000010 |
Color Harmonies of #DD8873
Complementary color
Monochromatic Colors of #DD8873
Black with #DD8873
Text Example
Text Example
White with #DD8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8873; }
p { color: rgb(221,136,115); }
H1.HeaderClassName
{
color: #DD8873;
}
.AnyTagClassName
{
color: #DD8873;
}
</style>
background-color css
<style>
a { background-color: #DD8873; }
a { background-color: rgb(221,136,115); }
div.DivClassName
{
background-color: #DD8873;
}
.BgClassName
{
background-color: #DD8873;
}
</style>
border-color css
<style>
span { border-color: #DD8873; }
span { border-color: rgb(221,136,115); }
td.TdClassName
{
border-color: #DD8873;
}
.TagClassName
{
border-color: #DD8873;
}
</style>