Shades of New York Pink #DD7E73
Tints of New York Pink #DD7E73
RGB
CMYK
RGB Variations
Color information
#DD7E73 (or 0xDD7E73) is known color: New York Pink. HEX triplet: DD, 7E and 73. RGB value is (221,126,115). Sum of RGB (Red+Green+Blue) = 221+126+115=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E73 is #22818C. Grayscale: #999999. Windows color (decimal): -2261389 or 7569117. OLE color: 7569117.
HSL color Cylindrical-coordinate representation of color #DD7E73: hue angle of 6.23º 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 #DD7E73 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 115 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.13 |
| HSL | 6.23º | 0.61% | 0.66% | - |
| HSV(B) | 6.23º | 0.48% | 0.87% | - |
| XYZ | 40.37 | 31.53 | 20.18 | - |
| YUV | 153.15 | 106.47 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 115 | 0 | 0.43 | 0.48 | 0.13 | 6.23 | 0.61 | 0.66 |
| Hex | DD | 7E | 73 | 0 | 2B | 30 | D | 6 | 3D | 42 |
| Octal | 335 | 176 | 163 | 0 | 53 | 60 | 15 | 6 | 75 | 102 |
| Binary | 11011101 | 1111110 | 1110011 | 0 | 101011 | 110000 | 1101 | 110 | 111101 | 1000010 |
Color Harmonies of #DD7E73
Complementary color
Monochromatic Colors of #DD7E73
Black with #DD7E73
Text Example
Text Example
White with #DD7E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E73; }
p { color: rgb(221,126,115); }
H1.HeaderClassName
{
color: #DD7E73;
}
.AnyTagClassName
{
color: #DD7E73;
}
</style>
background-color css
<style>
a { background-color: #DD7E73; }
a { background-color: rgb(221,126,115); }
div.DivClassName
{
background-color: #DD7E73;
}
.BgClassName
{
background-color: #DD7E73;
}
</style>
border-color css
<style>
span { border-color: #DD7E73; }
span { border-color: rgb(221,126,115); }
td.TdClassName
{
border-color: #DD7E73;
}
.TagClassName
{
border-color: #DD7E73;
}
</style>