Shades of New York Pink #DB7A73
Tints of New York Pink #DB7A73
RGB
CMYK
RGB Variations
Color information
#DB7A73 (or 0xDB7A73) is known color: New York Pink. HEX triplet: DB, 7A and 73. RGB value is (219,122,115). Sum of RGB (Red+Green+Blue) = 219+122+115=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A73 is #24858C. Grayscale: #969696. Windows color (decimal): -2393485 or 7568091. OLE color: 7568091.
HSL color Cylindrical-coordinate representation of color #DB7A73: hue angle of 4.04º 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 #DB7A73 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 115 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.14 |
| HSL | 4.04º | 0.59% | 0.65% | - |
| HSV(B) | 4.04º | 0.47% | 0.86% | - |
| XYZ | 39.27 | 30.22 | 19.98 | - |
| YUV | 150.21 | 108.14 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 115 | 0 | 0.44 | 0.47 | 0.14 | 4.04 | 0.59 | 0.65 |
| Hex | DB | 7A | 73 | 0 | 2C | 2F | E | 4 | 3B | 41 |
| Octal | 333 | 172 | 163 | 0 | 54 | 57 | 16 | 4 | 73 | 101 |
| Binary | 11011011 | 1111010 | 1110011 | 0 | 101100 | 101111 | 1110 | 100 | 111011 | 1000001 |
Color Harmonies of #DB7A73
Complementary color
Monochromatic Colors of #DB7A73
Black with #DB7A73
Text Example
Text Example
White with #DB7A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A73; }
p { color: rgb(219,122,115); }
H1.HeaderClassName
{
color: #DB7A73;
}
.AnyTagClassName
{
color: #DB7A73;
}
</style>
background-color css
<style>
a { background-color: #DB7A73; }
a { background-color: rgb(219,122,115); }
div.DivClassName
{
background-color: #DB7A73;
}
.BgClassName
{
background-color: #DB7A73;
}
</style>
border-color css
<style>
span { border-color: #DB7A73; }
span { border-color: rgb(219,122,115); }
td.TdClassName
{
border-color: #DB7A73;
}
.TagClassName
{
border-color: #DB7A73;
}
</style>