Shades of New York Pink #DC7B73
Tints of New York Pink #DC7B73
RGB
CMYK
RGB Variations
Color information
#DC7B73 (or 0xDC7B73) is known color: New York Pink. HEX triplet: DC, 7B and 73. RGB value is (220,123,115). Sum of RGB (Red+Green+Blue) = 220+123+115=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B73 is #23848C. Grayscale: #979797. Windows color (decimal): -2327693 or 7568348. OLE color: 7568348.
HSL color Cylindrical-coordinate representation of color #DC7B73: hue angle of 4.57º 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 #DC7B73 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 115 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.14 |
| HSL | 4.57º | 0.6% | 0.66% | - |
| HSV(B) | 4.57º | 0.48% | 0.86% | - |
| XYZ | 39.69 | 30.62 | 20.04 | - |
| YUV | 151.09 | 107.64 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 115 | 0 | 0.44 | 0.48 | 0.14 | 4.57 | 0.6 | 0.66 |
| Hex | DC | 7B | 73 | 0 | 2C | 30 | E | 5 | 3C | 42 |
| Octal | 334 | 173 | 163 | 0 | 54 | 60 | 16 | 5 | 74 | 102 |
| Binary | 11011100 | 1111011 | 1110011 | 0 | 101100 | 110000 | 1110 | 101 | 111100 | 1000010 |
Color Harmonies of #DC7B73
Complementary color
Monochromatic Colors of #DC7B73
Black with #DC7B73
Text Example
Text Example
White with #DC7B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B73; }
p { color: rgb(220,123,115); }
H1.HeaderClassName
{
color: #DC7B73;
}
.AnyTagClassName
{
color: #DC7B73;
}
</style>
background-color css
<style>
a { background-color: #DC7B73; }
a { background-color: rgb(220,123,115); }
div.DivClassName
{
background-color: #DC7B73;
}
.BgClassName
{
background-color: #DC7B73;
}
</style>
border-color css
<style>
span { border-color: #DC7B73; }
span { border-color: rgb(220,123,115); }
td.TdClassName
{
border-color: #DC7B73;
}
.TagClassName
{
border-color: #DC7B73;
}
</style>