Shades of New York Pink #DD887A
Tints of New York Pink #DD887A
RGB
CMYK
RGB Variations
Color information
#DD887A (or 0xDD887A) is known color: New York Pink. HEX triplet: DD, 88 and 7A. RGB value is (221,136,122). Sum of RGB (Red+Green+Blue) = 221+136+122=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD887A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD887A is #227785. Grayscale: #9F9F9F. Windows color (decimal): -2258822 or 8030429. OLE color: 8030429.
HSL color Cylindrical-coordinate representation of color #DD887A: hue angle of 8.48º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD887A is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 122 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.13 |
| HSL | 8.48º | 0.59% | 0.67% | - |
| HSV(B) | 8.48º | 0.45% | 0.87% | - |
| XYZ | 42.14 | 34.39 | 22.83 | - |
| YUV | 159.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 122 | 0 | 0.38 | 0.45 | 0.13 | 8.48 | 0.59 | 0.67 |
| Hex | DD | 88 | 7A | 0 | 26 | 2D | D | 8 | 3B | 43 |
| Octal | 335 | 210 | 172 | 0 | 46 | 55 | 15 | 10 | 73 | 103 |
| Binary | 11011101 | 10001000 | 1111010 | 0 | 100110 | 101101 | 1101 | 1000 | 111011 | 1000011 |
Color Harmonies of #DD887A
Complementary color
Monochromatic Colors of #DD887A
Black with #DD887A
Text Example
Text Example
White with #DD887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD887A; }
p { color: rgb(221,136,122); }
H1.HeaderClassName
{
color: #DD887A;
}
.AnyTagClassName
{
color: #DD887A;
}
</style>
background-color css
<style>
a { background-color: #DD887A; }
a { background-color: rgb(221,136,122); }
div.DivClassName
{
background-color: #DD887A;
}
.BgClassName
{
background-color: #DD887A;
}
</style>
border-color css
<style>
span { border-color: #DD887A; }
span { border-color: rgb(221,136,122); }
td.TdClassName
{
border-color: #DD887A;
}
.TagClassName
{
border-color: #DD887A;
}
</style>