Shades of New York Pink #DB8073
Tints of New York Pink #DB8073
RGB
CMYK
RGB Variations
Color information
#DB8073 (or 0xDB8073) is known color: New York Pink. HEX triplet: DB, 80 and 73. RGB value is (219,128,115). Sum of RGB (Red+Green+Blue) = 219+128+115=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8073 is #247F8C. Grayscale: #999999. Windows color (decimal): -2391949 or 7569627. OLE color: 7569627.
HSL color Cylindrical-coordinate representation of color #DB8073: hue angle of 7.5º 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 #DB8073 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 115 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.14 |
| HSL | 7.5º | 0.59% | 0.65% | - |
| HSV(B) | 7.5º | 0.47% | 0.86% | - |
| XYZ | 40.03 | 31.74 | 20.24 | - |
| YUV | 153.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 115 | 0 | 0.42 | 0.47 | 0.14 | 7.5 | 0.59 | 0.65 |
| Hex | DB | 80 | 73 | 0 | 2A | 2F | E | 8 | 3B | 41 |
| Octal | 333 | 200 | 163 | 0 | 52 | 57 | 16 | 10 | 73 | 101 |
| Binary | 11011011 | 10000000 | 1110011 | 0 | 101010 | 101111 | 1110 | 1000 | 111011 | 1000001 |
Color Harmonies of #DB8073
Complementary color
Monochromatic Colors of #DB8073
Black with #DB8073
Text Example
Text Example
White with #DB8073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8073; }
p { color: rgb(219,128,115); }
H1.HeaderClassName
{
color: #DB8073;
}
.AnyTagClassName
{
color: #DB8073;
}
</style>
background-color css
<style>
a { background-color: #DB8073; }
a { background-color: rgb(219,128,115); }
div.DivClassName
{
background-color: #DB8073;
}
.BgClassName
{
background-color: #DB8073;
}
</style>
border-color css
<style>
span { border-color: #DB8073; }
span { border-color: rgb(219,128,115); }
td.TdClassName
{
border-color: #DB8073;
}
.TagClassName
{
border-color: #DB8073;
}
</style>