Shades of New York Pink #DD7A70
Tints of New York Pink #DD7A70
RGB
CMYK
RGB Variations
Color information
#DD7A70 (or 0xDD7A70) is known color: New York Pink. HEX triplet: DD, 7A and 70. RGB value is (221,122,112). Sum of RGB (Red+Green+Blue) = 221+122+112=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A70 is #22858F. Grayscale: #969696. Windows color (decimal): -2262416 or 7371485. OLE color: 7371485.
HSL color Cylindrical-coordinate representation of color #DD7A70: hue angle of 5.5º 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 #DD7A70 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 112 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.13 |
| HSL | 5.5º | 0.62% | 0.65% | - |
| HSV(B) | 5.5º | 0.49% | 0.87% | - |
| XYZ | 39.7 | 30.46 | 19.12 | - |
| YUV | 150.46 | 106.3 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 112 | 0 | 0.45 | 0.49 | 0.13 | 5.5 | 0.62 | 0.65 |
| Hex | DD | 7A | 70 | 0 | 2D | 31 | D | 6 | 3E | 41 |
| Octal | 335 | 172 | 160 | 0 | 55 | 61 | 15 | 6 | 76 | 101 |
| Binary | 11011101 | 1111010 | 1110000 | 0 | 101101 | 110001 | 1101 | 110 | 111110 | 1000001 |
Color Harmonies of #DD7A70
Complementary color
Monochromatic Colors of #DD7A70
Black with #DD7A70
Text Example
Text Example
White with #DD7A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A70; }
p { color: rgb(221,122,112); }
H1.HeaderClassName
{
color: #DD7A70;
}
.AnyTagClassName
{
color: #DD7A70;
}
</style>
background-color css
<style>
a { background-color: #DD7A70; }
a { background-color: rgb(221,122,112); }
div.DivClassName
{
background-color: #DD7A70;
}
.BgClassName
{
background-color: #DD7A70;
}
</style>
border-color css
<style>
span { border-color: #DD7A70; }
span { border-color: rgb(221,122,112); }
td.TdClassName
{
border-color: #DD7A70;
}
.TagClassName
{
border-color: #DD7A70;
}
</style>