Shades of New York Pink #DB7F73
Tints of New York Pink #DB7F73
RGB
CMYK
RGB Variations
Color information
#DB7F73 (or 0xDB7F73) is known color: New York Pink. HEX triplet: DB, 7F and 73. RGB value is (219,127,115). Sum of RGB (Red+Green+Blue) = 219+127+115=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F73 is #24808C. Grayscale: #999999. Windows color (decimal): -2392205 or 7569371. OLE color: 7569371.
HSL color Cylindrical-coordinate representation of color #DB7F73: hue angle of 6.92º 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 #DB7F73 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 115 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.14 |
| HSL | 6.92º | 0.59% | 0.65% | - |
| HSV(B) | 6.92º | 0.47% | 0.86% | - |
| XYZ | 39.9 | 31.48 | 20.19 | - |
| YUV | 153.14 | 106.48 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 115 | 0 | 0.42 | 0.47 | 0.14 | 6.92 | 0.59 | 0.65 |
| Hex | DB | 7F | 73 | 0 | 2A | 2F | E | 7 | 3B | 41 |
| Octal | 333 | 177 | 163 | 0 | 52 | 57 | 16 | 7 | 73 | 101 |
| Binary | 11011011 | 1111111 | 1110011 | 0 | 101010 | 101111 | 1110 | 111 | 111011 | 1000001 |
Color Harmonies of #DB7F73
Complementary color
Monochromatic Colors of #DB7F73
Black with #DB7F73
Text Example
Text Example
White with #DB7F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F73; }
p { color: rgb(219,127,115); }
H1.HeaderClassName
{
color: #DB7F73;
}
.AnyTagClassName
{
color: #DB7F73;
}
</style>
background-color css
<style>
a { background-color: #DB7F73; }
a { background-color: rgb(219,127,115); }
div.DivClassName
{
background-color: #DB7F73;
}
.BgClassName
{
background-color: #DB7F73;
}
</style>
border-color css
<style>
span { border-color: #DB7F73; }
span { border-color: rgb(219,127,115); }
td.TdClassName
{
border-color: #DB7F73;
}
.TagClassName
{
border-color: #DB7F73;
}
</style>