Shades of New York Pink #DC7A72
Tints of New York Pink #DC7A72
RGB
CMYK
RGB Variations
Color information
#DC7A72 (or 0xDC7A72) is known color: New York Pink. HEX triplet: DC, 7A and 72. RGB value is (220,122,114). Sum of RGB (Red+Green+Blue) = 220+122+114=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A72 is #23858D. Grayscale: #969696. Windows color (decimal): -2327950 or 7502556. OLE color: 7502556.
HSL color Cylindrical-coordinate representation of color #DC7A72: hue angle of 4.53º 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 #DC7A72 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 114 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.14 |
| HSL | 4.53º | 0.6% | 0.65% | - |
| HSV(B) | 4.53º | 0.48% | 0.86% | - |
| XYZ | 39.51 | 30.35 | 19.7 | - |
| YUV | 150.39 | 107.47 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 114 | 0 | 0.45 | 0.48 | 0.14 | 4.53 | 0.6 | 0.65 |
| Hex | DC | 7A | 72 | 0 | 2D | 30 | E | 5 | 3C | 41 |
| Octal | 334 | 172 | 162 | 0 | 55 | 60 | 16 | 5 | 74 | 101 |
| Binary | 11011100 | 1111010 | 1110010 | 0 | 101101 | 110000 | 1110 | 101 | 111100 | 1000001 |
Color Harmonies of #DC7A72
Complementary color
Monochromatic Colors of #DC7A72
Black with #DC7A72
Text Example
Text Example
White with #DC7A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A72; }
p { color: rgb(220,122,114); }
H1.HeaderClassName
{
color: #DC7A72;
}
.AnyTagClassName
{
color: #DC7A72;
}
</style>
background-color css
<style>
a { background-color: #DC7A72; }
a { background-color: rgb(220,122,114); }
div.DivClassName
{
background-color: #DC7A72;
}
.BgClassName
{
background-color: #DC7A72;
}
</style>
border-color css
<style>
span { border-color: #DC7A72; }
span { border-color: rgb(220,122,114); }
td.TdClassName
{
border-color: #DC7A72;
}
.TagClassName
{
border-color: #DC7A72;
}
</style>