Shades of New York Pink #DD8477
Tints of New York Pink #DD8477
RGB
CMYK
RGB Variations
Color information
#DD8477 (or 0xDD8477) is known color: New York Pink. HEX triplet: DD, 84 and 77. RGB value is (221,132,119). Sum of RGB (Red+Green+Blue) = 221+132+119=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8477 is #227B88. Grayscale: #9D9D9D. Windows color (decimal): -2259849 or 7832797. OLE color: 7832797.
HSL color Cylindrical-coordinate representation of color #DD8477: hue angle of 7.65º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD8477 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 119 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.13 |
| HSL | 7.65º | 0.6% | 0.67% | - |
| HSV(B) | 7.65º | 0.46% | 0.87% | - |
| XYZ | 41.4 | 33.21 | 21.68 | - |
| YUV | 157.13 | 106.49 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 119 | 0 | 0.40 | 0.46 | 0.13 | 7.65 | 0.6 | 0.67 |
| Hex | DD | 84 | 77 | 0 | 28 | 2E | D | 8 | 3C | 43 |
| Octal | 335 | 204 | 167 | 0 | 50 | 56 | 15 | 10 | 74 | 103 |
| Binary | 11011101 | 10000100 | 1110111 | 0 | 101000 | 101110 | 1101 | 1000 | 111100 | 1000011 |
Color Harmonies of #DD8477
Complementary color
Monochromatic Colors of #DD8477
Black with #DD8477
Text Example
Text Example
White with #DD8477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8477; }
p { color: rgb(221,132,119); }
H1.HeaderClassName
{
color: #DD8477;
}
.AnyTagClassName
{
color: #DD8477;
}
</style>
background-color css
<style>
a { background-color: #DD8477; }
a { background-color: rgb(221,132,119); }
div.DivClassName
{
background-color: #DD8477;
}
.BgClassName
{
background-color: #DD8477;
}
</style>
border-color css
<style>
span { border-color: #DD8477; }
span { border-color: rgb(221,132,119); }
td.TdClassName
{
border-color: #DD8477;
}
.TagClassName
{
border-color: #DD8477;
}
</style>