Shades of New York Pink #DC7E70
Tints of New York Pink #DC7E70
RGB
CMYK
RGB Variations
Color information
#DC7E70 (or 0xDC7E70) is known color: New York Pink. HEX triplet: DC, 7E and 70. RGB value is (220,126,112). Sum of RGB (Red+Green+Blue) = 220+126+112=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E70 is #23818F. Grayscale: #989898. Windows color (decimal): -2326928 or 7372508. OLE color: 7372508.
HSL color Cylindrical-coordinate representation of color #DC7E70: hue angle of 7.78º 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 #DC7E70 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 112 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.14 |
| HSL | 7.78º | 0.61% | 0.65% | - |
| HSV(B) | 7.78º | 0.49% | 0.86% | - |
| XYZ | 39.9 | 31.31 | 19.27 | - |
| YUV | 152.51 | 105.14 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 112 | 0 | 0.43 | 0.49 | 0.14 | 7.78 | 0.61 | 0.65 |
| Hex | DC | 7E | 70 | 0 | 2B | 31 | E | 8 | 3D | 41 |
| Octal | 334 | 176 | 160 | 0 | 53 | 61 | 16 | 10 | 75 | 101 |
| Binary | 11011100 | 1111110 | 1110000 | 0 | 101011 | 110001 | 1110 | 1000 | 111101 | 1000001 |
Color Harmonies of #DC7E70
Complementary color
Monochromatic Colors of #DC7E70
Black with #DC7E70
Text Example
Text Example
White with #DC7E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E70; }
p { color: rgb(220,126,112); }
H1.HeaderClassName
{
color: #DC7E70;
}
.AnyTagClassName
{
color: #DC7E70;
}
</style>
background-color css
<style>
a { background-color: #DC7E70; }
a { background-color: rgb(220,126,112); }
div.DivClassName
{
background-color: #DC7E70;
}
.BgClassName
{
background-color: #DC7E70;
}
</style>
border-color css
<style>
span { border-color: #DC7E70; }
span { border-color: rgb(220,126,112); }
td.TdClassName
{
border-color: #DC7E70;
}
.TagClassName
{
border-color: #DC7E70;
}
</style>