Shades of New York Pink #DD7F73
Tints of New York Pink #DD7F73
RGB
CMYK
RGB Variations
Color information
#DD7F73 (or 0xDD7F73) is known color: New York Pink. HEX triplet: DD, 7F and 73. RGB value is (221,127,115). Sum of RGB (Red+Green+Blue) = 221+127+115=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F73 is #22808C. Grayscale: #999999. Windows color (decimal): -2261133 or 7569373. OLE color: 7569373.
HSL color Cylindrical-coordinate representation of color #DD7F73: hue angle of 6.79º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7F73 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 115 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.13 |
| HSL | 6.79º | 0.61% | 0.66% | - |
| HSV(B) | 6.79º | 0.48% | 0.87% | - |
| XYZ | 40.5 | 31.79 | 20.22 | - |
| YUV | 153.74 | 106.14 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 115 | 0 | 0.43 | 0.48 | 0.13 | 6.79 | 0.61 | 0.66 |
| Hex | DD | 7F | 73 | 0 | 2B | 30 | D | 7 | 3D | 42 |
| Octal | 335 | 177 | 163 | 0 | 53 | 60 | 15 | 7 | 75 | 102 |
| Binary | 11011101 | 1111111 | 1110011 | 0 | 101011 | 110000 | 1101 | 111 | 111101 | 1000010 |
Color Harmonies of #DD7F73
Complementary color
Monochromatic Colors of #DD7F73
Black with #DD7F73
Text Example
Text Example
White with #DD7F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F73; }
p { color: rgb(221,127,115); }
H1.HeaderClassName
{
color: #DD7F73;
}
.AnyTagClassName
{
color: #DD7F73;
}
</style>
background-color css
<style>
a { background-color: #DD7F73; }
a { background-color: rgb(221,127,115); }
div.DivClassName
{
background-color: #DD7F73;
}
.BgClassName
{
background-color: #DD7F73;
}
</style>
border-color css
<style>
span { border-color: #DD7F73; }
span { border-color: rgb(221,127,115); }
td.TdClassName
{
border-color: #DD7F73;
}
.TagClassName
{
border-color: #DD7F73;
}
</style>