Shades of New York Pink #DC7A6D
Tints of New York Pink #DC7A6D
RGB
CMYK
RGB Variations
Color information
#DC7A6D (or 0xDC7A6D) is known color: New York Pink. HEX triplet: DC, 7A and 6D. RGB value is (220,122,109). Sum of RGB (Red+Green+Blue) = 220+122+109=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A6D is #238592. Grayscale: #959595. Windows color (decimal): -2327955 or 7174876. OLE color: 7174876.
HSL color Cylindrical-coordinate representation of color #DC7A6D: hue angle of 7.03º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7A6D is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 109 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.14 |
| HSL | 7.03º | 0.61% | 0.65% | - |
| HSV(B) | 7.03º | 0.5% | 0.86% | - |
| XYZ | 39.24 | 30.24 | 18.24 | - |
| YUV | 149.82 | 104.97 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 109 | 0 | 0.45 | 0.50 | 0.14 | 7.03 | 0.61 | 0.65 |
| Hex | DC | 7A | 6D | 0 | 2D | 32 | E | 7 | 3D | 41 |
| Octal | 334 | 172 | 155 | 0 | 55 | 62 | 16 | 7 | 75 | 101 |
| Binary | 11011100 | 1111010 | 1101101 | 0 | 101101 | 110010 | 1110 | 111 | 111101 | 1000001 |
Color Harmonies of #DC7A6D
Complementary color
Monochromatic Colors of #DC7A6D
Black with #DC7A6D
Text Example
Text Example
White with #DC7A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A6D; }
p { color: rgb(220,122,109); }
H1.HeaderClassName
{
color: #DC7A6D;
}
.AnyTagClassName
{
color: #DC7A6D;
}
</style>
background-color css
<style>
a { background-color: #DC7A6D; }
a { background-color: rgb(220,122,109); }
div.DivClassName
{
background-color: #DC7A6D;
}
.BgClassName
{
background-color: #DC7A6D;
}
</style>
border-color css
<style>
span { border-color: #DC7A6D; }
span { border-color: rgb(220,122,109); }
td.TdClassName
{
border-color: #DC7A6D;
}
.TagClassName
{
border-color: #DC7A6D;
}
</style>