Shades of New York Pink #DD7C70
Tints of New York Pink #DD7C70
RGB
CMYK
RGB Variations
Color information
#DD7C70 (or 0xDD7C70) is known color: New York Pink. HEX triplet: DD, 7C and 70. RGB value is (221,124,112). Sum of RGB (Red+Green+Blue) = 221+124+112=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C70 is #22838F. Grayscale: #979797. Windows color (decimal): -2261904 or 7371997. OLE color: 7371997.
HSL color Cylindrical-coordinate representation of color #DD7C70: hue angle of 6.61º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7C70 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 112 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.13 |
| HSL | 6.61º | 0.62% | 0.65% | - |
| HSV(B) | 6.61º | 0.49% | 0.87% | - |
| XYZ | 39.95 | 30.96 | 19.2 | - |
| YUV | 151.64 | 105.64 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 112 | 0 | 0.44 | 0.49 | 0.13 | 6.61 | 0.62 | 0.65 |
| Hex | DD | 7C | 70 | 0 | 2C | 31 | D | 7 | 3E | 41 |
| Octal | 335 | 174 | 160 | 0 | 54 | 61 | 15 | 7 | 76 | 101 |
| Binary | 11011101 | 1111100 | 1110000 | 0 | 101100 | 110001 | 1101 | 111 | 111110 | 1000001 |
Color Harmonies of #DD7C70
Complementary color
Monochromatic Colors of #DD7C70
Black with #DD7C70
Text Example
Text Example
White with #DD7C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C70; }
p { color: rgb(221,124,112); }
H1.HeaderClassName
{
color: #DD7C70;
}
.AnyTagClassName
{
color: #DD7C70;
}
</style>
background-color css
<style>
a { background-color: #DD7C70; }
a { background-color: rgb(221,124,112); }
div.DivClassName
{
background-color: #DD7C70;
}
.BgClassName
{
background-color: #DD7C70;
}
</style>
border-color css
<style>
span { border-color: #DD7C70; }
span { border-color: rgb(221,124,112); }
td.TdClassName
{
border-color: #DD7C70;
}
.TagClassName
{
border-color: #DD7C70;
}
</style>