Shades of New York Pink #DD7F76
Tints of New York Pink #DD7F76
RGB
CMYK
RGB Variations
Color information
#DD7F76 (or 0xDD7F76) is known color: New York Pink. HEX triplet: DD, 7F and 76. RGB value is (221,127,118). Sum of RGB (Red+Green+Blue) = 221+127+118=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F76 is #228089. Grayscale: #9A9A9A. Windows color (decimal): -2261130 or 7765981. OLE color: 7765981.
HSL color Cylindrical-coordinate representation of color #DD7F76: hue angle of 5.24º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7F76 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 118 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.13 |
| HSL | 5.24º | 0.6% | 0.66% | - |
| HSV(B) | 5.24º | 0.47% | 0.87% | - |
| XYZ | 40.68 | 31.86 | 21.14 | - |
| YUV | 154.08 | 107.64 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 118 | 0 | 0.43 | 0.47 | 0.13 | 5.24 | 0.6 | 0.66 |
| Hex | DD | 7F | 76 | 0 | 2B | 2F | D | 5 | 3C | 42 |
| Octal | 335 | 177 | 166 | 0 | 53 | 57 | 15 | 5 | 74 | 102 |
| Binary | 11011101 | 1111111 | 1110110 | 0 | 101011 | 101111 | 1101 | 101 | 111100 | 1000010 |
Color Harmonies of #DD7F76
Complementary color
Monochromatic Colors of #DD7F76
Black with #DD7F76
Text Example
Text Example
White with #DD7F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F76; }
p { color: rgb(221,127,118); }
H1.HeaderClassName
{
color: #DD7F76;
}
.AnyTagClassName
{
color: #DD7F76;
}
</style>
background-color css
<style>
a { background-color: #DD7F76; }
a { background-color: rgb(221,127,118); }
div.DivClassName
{
background-color: #DD7F76;
}
.BgClassName
{
background-color: #DD7F76;
}
</style>
border-color css
<style>
span { border-color: #DD7F76; }
span { border-color: rgb(221,127,118); }
td.TdClassName
{
border-color: #DD7F76;
}
.TagClassName
{
border-color: #DD7F76;
}
</style>