Shades of New York Pink #DC7C73
Tints of New York Pink #DC7C73
RGB
CMYK
RGB Variations
Color information
#DC7C73 (or 0xDC7C73) is known color: New York Pink. HEX triplet: DC, 7C and 73. RGB value is (220,124,115). Sum of RGB (Red+Green+Blue) = 220+124+115=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7C73 is #23838C. Grayscale: #979797. Windows color (decimal): -2327437 or 7568604. OLE color: 7568604.
HSL color Cylindrical-coordinate representation of color #DC7C73: hue angle of 5.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7C73 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 115 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.14 |
| HSL | 5.14º | 0.6% | 0.66% | - |
| HSV(B) | 5.14º | 0.48% | 0.86% | - |
| XYZ | 39.82 | 30.87 | 20.08 | - |
| YUV | 151.68 | 107.3 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 115 | 0 | 0.44 | 0.48 | 0.14 | 5.14 | 0.6 | 0.66 |
| Hex | DC | 7C | 73 | 0 | 2C | 30 | E | 5 | 3C | 42 |
| Octal | 334 | 174 | 163 | 0 | 54 | 60 | 16 | 5 | 74 | 102 |
| Binary | 11011100 | 1111100 | 1110011 | 0 | 101100 | 110000 | 1110 | 101 | 111100 | 1000010 |
Color Harmonies of #DC7C73
Complementary color
Monochromatic Colors of #DC7C73
Black with #DC7C73
Text Example
Text Example
White with #DC7C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C73; }
p { color: rgb(220,124,115); }
H1.HeaderClassName
{
color: #DC7C73;
}
.AnyTagClassName
{
color: #DC7C73;
}
</style>
background-color css
<style>
a { background-color: #DC7C73; }
a { background-color: rgb(220,124,115); }
div.DivClassName
{
background-color: #DC7C73;
}
.BgClassName
{
background-color: #DC7C73;
}
</style>
border-color css
<style>
span { border-color: #DC7C73; }
span { border-color: rgb(220,124,115); }
td.TdClassName
{
border-color: #DC7C73;
}
.TagClassName
{
border-color: #DC7C73;
}
</style>