Shades of New York Pink #DD7D70
Tints of New York Pink #DD7D70
RGB
CMYK
RGB Variations
Color information
#DD7D70 (or 0xDD7D70) is known color: New York Pink. HEX triplet: DD, 7D and 70. RGB value is (221,125,112). Sum of RGB (Red+Green+Blue) = 221+125+112=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D70 is #22828F. Grayscale: #989898. Windows color (decimal): -2261648 or 7372253. OLE color: 7372253.
HSL color Cylindrical-coordinate representation of color #DD7D70: hue angle of 7.16º 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 #DD7D70 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 112 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.13 |
| HSL | 7.16º | 0.62% | 0.65% | - |
| HSV(B) | 7.16º | 0.49% | 0.87% | - |
| XYZ | 40.08 | 31.21 | 19.24 | - |
| YUV | 152.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 112 | 0 | 0.43 | 0.49 | 0.13 | 7.16 | 0.62 | 0.65 |
| Hex | DD | 7D | 70 | 0 | 2B | 31 | D | 7 | 3E | 41 |
| Octal | 335 | 175 | 160 | 0 | 53 | 61 | 15 | 7 | 76 | 101 |
| Binary | 11011101 | 1111101 | 1110000 | 0 | 101011 | 110001 | 1101 | 111 | 111110 | 1000001 |
Color Harmonies of #DD7D70
Complementary color
Monochromatic Colors of #DD7D70
Black with #DD7D70
Text Example
Text Example
White with #DD7D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D70; }
p { color: rgb(221,125,112); }
H1.HeaderClassName
{
color: #DD7D70;
}
.AnyTagClassName
{
color: #DD7D70;
}
</style>
background-color css
<style>
a { background-color: #DD7D70; }
a { background-color: rgb(221,125,112); }
div.DivClassName
{
background-color: #DD7D70;
}
.BgClassName
{
background-color: #DD7D70;
}
</style>
border-color css
<style>
span { border-color: #DD7D70; }
span { border-color: rgb(221,125,112); }
td.TdClassName
{
border-color: #DD7D70;
}
.TagClassName
{
border-color: #DD7D70;
}
</style>