Shades of New York Pink #DC7C72
Tints of New York Pink #DC7C72
RGB
CMYK
RGB Variations
Color information
#DC7C72 (or 0xDC7C72) is known color: New York Pink. HEX triplet: DC, 7C and 72. RGB value is (220,124,114). Sum of RGB (Red+Green+Blue) = 220+124+114=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7C72 is #23838D. Grayscale: #979797. Windows color (decimal): -2327438 or 7503068. OLE color: 7503068.
HSL color Cylindrical-coordinate representation of color #DC7C72: hue angle of 5.66º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7C72 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 114 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.14 |
| HSL | 5.66º | 0.6% | 0.65% | - |
| HSV(B) | 5.66º | 0.48% | 0.86% | - |
| XYZ | 39.76 | 30.85 | 19.78 | - |
| YUV | 151.56 | 106.8 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 114 | 0 | 0.44 | 0.48 | 0.14 | 5.66 | 0.6 | 0.65 |
| Hex | DC | 7C | 72 | 0 | 2C | 30 | E | 6 | 3C | 41 |
| Octal | 334 | 174 | 162 | 0 | 54 | 60 | 16 | 6 | 74 | 101 |
| Binary | 11011100 | 1111100 | 1110010 | 0 | 101100 | 110000 | 1110 | 110 | 111100 | 1000001 |
Color Harmonies of #DC7C72
Complementary color
Monochromatic Colors of #DC7C72
Black with #DC7C72
Text Example
Text Example
White with #DC7C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C72; }
p { color: rgb(220,124,114); }
H1.HeaderClassName
{
color: #DC7C72;
}
.AnyTagClassName
{
color: #DC7C72;
}
</style>
background-color css
<style>
a { background-color: #DC7C72; }
a { background-color: rgb(220,124,114); }
div.DivClassName
{
background-color: #DC7C72;
}
.BgClassName
{
background-color: #DC7C72;
}
</style>
border-color css
<style>
span { border-color: #DC7C72; }
span { border-color: rgb(220,124,114); }
td.TdClassName
{
border-color: #DC7C72;
}
.TagClassName
{
border-color: #DC7C72;
}
</style>