Shades of New York Pink #DC7A70
Tints of New York Pink #DC7A70
RGB
CMYK
RGB Variations
Color information
#DC7A70 (or 0xDC7A70) is known color: New York Pink. HEX triplet: DC, 7A and 70. RGB value is (220,122,112). Sum of RGB (Red+Green+Blue) = 220+122+112=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A70 is #23858F. Grayscale: #969696. Windows color (decimal): -2327952 or 7371484. OLE color: 7371484.
HSL color Cylindrical-coordinate representation of color #DC7A70: hue angle of 5.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7A70 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 112 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.14 |
| HSL | 5.56º | 0.61% | 0.65% | - |
| HSV(B) | 5.56º | 0.49% | 0.86% | - |
| XYZ | 39.4 | 30.3 | 19.1 | - |
| YUV | 150.16 | 106.47 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 112 | 0 | 0.45 | 0.49 | 0.14 | 5.56 | 0.61 | 0.65 |
| Hex | DC | 7A | 70 | 0 | 2D | 31 | E | 6 | 3D | 41 |
| Octal | 334 | 172 | 160 | 0 | 55 | 61 | 16 | 6 | 75 | 101 |
| Binary | 11011100 | 1111010 | 1110000 | 0 | 101101 | 110001 | 1110 | 110 | 111101 | 1000001 |
Color Harmonies of #DC7A70
Complementary color
Monochromatic Colors of #DC7A70
Black with #DC7A70
Text Example
Text Example
White with #DC7A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A70; }
p { color: rgb(220,122,112); }
H1.HeaderClassName
{
color: #DC7A70;
}
.AnyTagClassName
{
color: #DC7A70;
}
</style>
background-color css
<style>
a { background-color: #DC7A70; }
a { background-color: rgb(220,122,112); }
div.DivClassName
{
background-color: #DC7A70;
}
.BgClassName
{
background-color: #DC7A70;
}
</style>
border-color css
<style>
span { border-color: #DC7A70; }
span { border-color: rgb(220,122,112); }
td.TdClassName
{
border-color: #DC7A70;
}
.TagClassName
{
border-color: #DC7A70;
}
</style>