Shades of New York Pink #DB7C73
Tints of New York Pink #DB7C73
RGB
CMYK
RGB Variations
Color information
#DB7C73 (or 0xDB7C73) is known color: New York Pink. HEX triplet: DB, 7C and 73. RGB value is (219,124,115). Sum of RGB (Red+Green+Blue) = 219+124+115=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7C73 is #24838C. Grayscale: #979797. Windows color (decimal): -2392973 or 7568603. OLE color: 7568603.
HSL color Cylindrical-coordinate representation of color #DB7C73: hue angle of 5.19º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7C73 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 115 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.14 |
| HSL | 5.19º | 0.59% | 0.65% | - |
| HSV(B) | 5.19º | 0.47% | 0.86% | - |
| XYZ | 39.52 | 30.71 | 20.07 | - |
| YUV | 151.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 115 | 0 | 0.43 | 0.47 | 0.14 | 5.19 | 0.59 | 0.65 |
| Hex | DB | 7C | 73 | 0 | 2B | 2F | E | 5 | 3B | 41 |
| Octal | 333 | 174 | 163 | 0 | 53 | 57 | 16 | 5 | 73 | 101 |
| Binary | 11011011 | 1111100 | 1110011 | 0 | 101011 | 101111 | 1110 | 101 | 111011 | 1000001 |
Color Harmonies of #DB7C73
Complementary color
Monochromatic Colors of #DB7C73
Black with #DB7C73
Text Example
Text Example
White with #DB7C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C73; }
p { color: rgb(219,124,115); }
H1.HeaderClassName
{
color: #DB7C73;
}
.AnyTagClassName
{
color: #DB7C73;
}
</style>
background-color css
<style>
a { background-color: #DB7C73; }
a { background-color: rgb(219,124,115); }
div.DivClassName
{
background-color: #DB7C73;
}
.BgClassName
{
background-color: #DB7C73;
}
</style>
border-color css
<style>
span { border-color: #DB7C73; }
span { border-color: rgb(219,124,115); }
td.TdClassName
{
border-color: #DB7C73;
}
.TagClassName
{
border-color: #DB7C73;
}
</style>