Shades of New York Pink #DD7F77
Tints of New York Pink #DD7F77
RGB
CMYK
RGB Variations
Color information
#DD7F77 (or 0xDD7F77) is known color: New York Pink. HEX triplet: DD, 7F and 77. RGB value is (221,127,119). Sum of RGB (Red+Green+Blue) = 221+127+119=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F77 is #228088. Grayscale: #9A9A9A. Windows color (decimal): -2261129 or 7831517. OLE color: 7831517.
HSL color Cylindrical-coordinate representation of color #DD7F77: hue angle of 4.71º 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 #DD7F77 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 119 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.13 |
| HSL | 4.71º | 0.6% | 0.67% | - |
| HSV(B) | 4.71º | 0.46% | 0.87% | - |
| XYZ | 40.74 | 31.88 | 21.46 | - |
| YUV | 154.19 | 108.14 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 119 | 0 | 0.43 | 0.46 | 0.13 | 4.71 | 0.6 | 0.67 |
| Hex | DD | 7F | 77 | 0 | 2B | 2E | D | 5 | 3C | 43 |
| Octal | 335 | 177 | 167 | 0 | 53 | 56 | 15 | 5 | 74 | 103 |
| Binary | 11011101 | 1111111 | 1110111 | 0 | 101011 | 101110 | 1101 | 101 | 111100 | 1000011 |
Color Harmonies of #DD7F77
Complementary color
Monochromatic Colors of #DD7F77
Black with #DD7F77
Text Example
Text Example
White with #DD7F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F77; }
p { color: rgb(221,127,119); }
H1.HeaderClassName
{
color: #DD7F77;
}
.AnyTagClassName
{
color: #DD7F77;
}
</style>
background-color css
<style>
a { background-color: #DD7F77; }
a { background-color: rgb(221,127,119); }
div.DivClassName
{
background-color: #DD7F77;
}
.BgClassName
{
background-color: #DD7F77;
}
</style>
border-color css
<style>
span { border-color: #DD7F77; }
span { border-color: rgb(221,127,119); }
td.TdClassName
{
border-color: #DD7F77;
}
.TagClassName
{
border-color: #DD7F77;
}
</style>