Shades of New York Pink #DC7F74
Tints of New York Pink #DC7F74
RGB
CMYK
RGB Variations
Color information
#DC7F74 (or 0xDC7F74) is known color: New York Pink. HEX triplet: DC, 7F and 74. RGB value is (220,127,116). Sum of RGB (Red+Green+Blue) = 220+127+116=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F74 is #23808B. Grayscale: #999999. Windows color (decimal): -2326668 or 7634908. OLE color: 7634908.
HSL color Cylindrical-coordinate representation of color #DC7F74: hue angle of 6.35º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7F74 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 116 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.14 |
| HSL | 6.35º | 0.6% | 0.66% | - |
| HSV(B) | 6.35º | 0.47% | 0.86% | - |
| XYZ | 40.26 | 31.66 | 20.51 | - |
| YUV | 153.55 | 106.81 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 116 | 0 | 0.42 | 0.47 | 0.14 | 6.35 | 0.6 | 0.66 |
| Hex | DC | 7F | 74 | 0 | 2A | 2F | E | 6 | 3C | 42 |
| Octal | 334 | 177 | 164 | 0 | 52 | 57 | 16 | 6 | 74 | 102 |
| Binary | 11011100 | 1111111 | 1110100 | 0 | 101010 | 101111 | 1110 | 110 | 111100 | 1000010 |
Color Harmonies of #DC7F74
Complementary color
Monochromatic Colors of #DC7F74
Black with #DC7F74
Text Example
Text Example
White with #DC7F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F74; }
p { color: rgb(220,127,116); }
H1.HeaderClassName
{
color: #DC7F74;
}
.AnyTagClassName
{
color: #DC7F74;
}
</style>
background-color css
<style>
a { background-color: #DC7F74; }
a { background-color: rgb(220,127,116); }
div.DivClassName
{
background-color: #DC7F74;
}
.BgClassName
{
background-color: #DC7F74;
}
</style>
border-color css
<style>
span { border-color: #DC7F74; }
span { border-color: rgb(220,127,116); }
td.TdClassName
{
border-color: #DC7F74;
}
.TagClassName
{
border-color: #DC7F74;
}
</style>