Shades of New York Pink #DD8777
Tints of New York Pink #DD8777
RGB
CMYK
RGB Variations
Color information
#DD8777 (or 0xDD8777) is known color: New York Pink. HEX triplet: DD, 87 and 77. RGB value is (221,135,119). Sum of RGB (Red+Green+Blue) = 221+135+119=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8777 is #227888. Grayscale: #9F9F9F. Windows color (decimal): -2259081 or 7833565. OLE color: 7833565.
HSL color Cylindrical-coordinate representation of color #DD8777: hue angle of 9.41º 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 #DD8777 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 119 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.13 |
| HSL | 9.41º | 0.6% | 0.67% | - |
| HSV(B) | 9.41º | 0.46% | 0.87% | - |
| XYZ | 41.81 | 34.03 | 21.82 | - |
| YUV | 158.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 119 | 0 | 0.39 | 0.46 | 0.13 | 9.41 | 0.6 | 0.67 |
| Hex | DD | 87 | 77 | 0 | 27 | 2E | D | 9 | 3C | 43 |
| Octal | 335 | 207 | 167 | 0 | 47 | 56 | 15 | 11 | 74 | 103 |
| Binary | 11011101 | 10000111 | 1110111 | 0 | 100111 | 101110 | 1101 | 1001 | 111100 | 1000011 |
Color Harmonies of #DD8777
Complementary color
Monochromatic Colors of #DD8777
Black with #DD8777
Text Example
Text Example
White with #DD8777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8777; }
p { color: rgb(221,135,119); }
H1.HeaderClassName
{
color: #DD8777;
}
.AnyTagClassName
{
color: #DD8777;
}
</style>
background-color css
<style>
a { background-color: #DD8777; }
a { background-color: rgb(221,135,119); }
div.DivClassName
{
background-color: #DD8777;
}
.BgClassName
{
background-color: #DD8777;
}
</style>
border-color css
<style>
span { border-color: #DD8777; }
span { border-color: rgb(221,135,119); }
td.TdClassName
{
border-color: #DD8777;
}
.TagClassName
{
border-color: #DD8777;
}
</style>