Shades of New York Pink #DD8677
Tints of New York Pink #DD8677
RGB
CMYK
RGB Variations
Color information
#DD8677 (or 0xDD8677) is known color: New York Pink. HEX triplet: DD, 86 and 77. RGB value is (221,134,119). Sum of RGB (Red+Green+Blue) = 221+134+119=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8677 is #227988. Grayscale: #9E9E9E. Windows color (decimal): -2259337 or 7833309. OLE color: 7833309.
HSL color Cylindrical-coordinate representation of color #DD8677: hue angle of 8.82º 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 #DD8677 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 119 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.13 |
| HSL | 8.82º | 0.6% | 0.67% | - |
| HSV(B) | 8.82º | 0.46% | 0.87% | - |
| XYZ | 41.67 | 33.75 | 21.77 | - |
| YUV | 158.3 | 105.82 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 119 | 0 | 0.39 | 0.46 | 0.13 | 8.82 | 0.6 | 0.67 |
| Hex | DD | 86 | 77 | 0 | 27 | 2E | D | 9 | 3C | 43 |
| Octal | 335 | 206 | 167 | 0 | 47 | 56 | 15 | 11 | 74 | 103 |
| Binary | 11011101 | 10000110 | 1110111 | 0 | 100111 | 101110 | 1101 | 1001 | 111100 | 1000011 |
Color Harmonies of #DD8677
Complementary color
Monochromatic Colors of #DD8677
Black with #DD8677
Text Example
Text Example
White with #DD8677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8677; }
p { color: rgb(221,134,119); }
H1.HeaderClassName
{
color: #DD8677;
}
.AnyTagClassName
{
color: #DD8677;
}
</style>
background-color css
<style>
a { background-color: #DD8677; }
a { background-color: rgb(221,134,119); }
div.DivClassName
{
background-color: #DD8677;
}
.BgClassName
{
background-color: #DD8677;
}
</style>
border-color css
<style>
span { border-color: #DD8677; }
span { border-color: rgb(221,134,119); }
td.TdClassName
{
border-color: #DD8677;
}
.TagClassName
{
border-color: #DD8677;
}
</style>