Shades of New York Pink #DC7D73
Tints of New York Pink #DC7D73
RGB
CMYK
RGB Variations
Color information
#DC7D73 (or 0xDC7D73) is known color: New York Pink. HEX triplet: DC, 7D and 73. RGB value is (220,125,115). Sum of RGB (Red+Green+Blue) = 220+125+115=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D73 is #23828C. Grayscale: #989898. Windows color (decimal): -2327181 or 7568860. OLE color: 7568860.
HSL color Cylindrical-coordinate representation of color #DC7D73: hue angle of 5.71º 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 #DC7D73 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 115 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.14 |
| HSL | 5.71º | 0.6% | 0.66% | - |
| HSV(B) | 5.71º | 0.48% | 0.86% | - |
| XYZ | 39.94 | 31.12 | 20.12 | - |
| YUV | 152.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 115 | 0 | 0.43 | 0.48 | 0.14 | 5.71 | 0.6 | 0.66 |
| Hex | DC | 7D | 73 | 0 | 2B | 30 | E | 6 | 3C | 42 |
| Octal | 334 | 175 | 163 | 0 | 53 | 60 | 16 | 6 | 74 | 102 |
| Binary | 11011100 | 1111101 | 1110011 | 0 | 101011 | 110000 | 1110 | 110 | 111100 | 1000010 |
Color Harmonies of #DC7D73
Complementary color
Monochromatic Colors of #DC7D73
Black with #DC7D73
Text Example
Text Example
White with #DC7D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D73; }
p { color: rgb(220,125,115); }
H1.HeaderClassName
{
color: #DC7D73;
}
.AnyTagClassName
{
color: #DC7D73;
}
</style>
background-color css
<style>
a { background-color: #DC7D73; }
a { background-color: rgb(220,125,115); }
div.DivClassName
{
background-color: #DC7D73;
}
.BgClassName
{
background-color: #DC7D73;
}
</style>
border-color css
<style>
span { border-color: #DC7D73; }
span { border-color: rgb(220,125,115); }
td.TdClassName
{
border-color: #DC7D73;
}
.TagClassName
{
border-color: #DC7D73;
}
</style>