Shades of New York Pink #DB8077
Tints of New York Pink #DB8077
RGB
CMYK
RGB Variations
Color information
#DB8077 (or 0xDB8077) is known color: New York Pink. HEX triplet: DB, 80 and 77. RGB value is (219,128,119). Sum of RGB (Red+Green+Blue) = 219+128+119=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8077 is #247F88. Grayscale: #9A9A9A. Windows color (decimal): -2391945 or 7831771. OLE color: 7831771.
HSL color Cylindrical-coordinate representation of color #DB8077: hue angle of 5.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB8077 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 119 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.14 |
| HSL | 5.4º | 0.58% | 0.66% | - |
| HSV(B) | 5.4º | 0.46% | 0.86% | - |
| XYZ | 40.26 | 31.83 | 21.47 | - |
| YUV | 154.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 119 | 0 | 0.42 | 0.46 | 0.14 | 5.4 | 0.58 | 0.66 |
| Hex | DB | 80 | 77 | 0 | 2A | 2E | E | 5 | 3A | 42 |
| Octal | 333 | 200 | 167 | 0 | 52 | 56 | 16 | 5 | 72 | 102 |
| Binary | 11011011 | 10000000 | 1110111 | 0 | 101010 | 101110 | 1110 | 101 | 111010 | 1000010 |
Color Harmonies of #DB8077
Complementary color
Monochromatic Colors of #DB8077
Black with #DB8077
Text Example
Text Example
White with #DB8077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8077; }
p { color: rgb(219,128,119); }
H1.HeaderClassName
{
color: #DB8077;
}
.AnyTagClassName
{
color: #DB8077;
}
</style>
background-color css
<style>
a { background-color: #DB8077; }
a { background-color: rgb(219,128,119); }
div.DivClassName
{
background-color: #DB8077;
}
.BgClassName
{
background-color: #DB8077;
}
</style>
border-color css
<style>
span { border-color: #DB8077; }
span { border-color: rgb(219,128,119); }
td.TdClassName
{
border-color: #DB8077;
}
.TagClassName
{
border-color: #DB8077;
}
</style>