Shades of New York Pink #DB8977
Tints of New York Pink #DB8977
RGB
CMYK
RGB Variations
Color information
#DB8977 (or 0xDB8977) is known color: New York Pink. HEX triplet: DB, 89 and 77. RGB value is (219,137,119). Sum of RGB (Red+Green+Blue) = 219+137+119=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8977 is #247688. Grayscale: #9F9F9F. Windows color (decimal): -2389641 or 7834075. OLE color: 7834075.
HSL color Cylindrical-coordinate representation of color #DB8977: hue angle of 10.8º 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 #DB8977 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 119 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.14 |
| HSL | 10.8º | 0.58% | 0.66% | - |
| HSV(B) | 10.8º | 0.46% | 0.86% | - |
| XYZ | 41.49 | 34.28 | 21.88 | - |
| YUV | 159.47 | 105.17 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 119 | 0 | 0.37 | 0.46 | 0.14 | 10.8 | 0.58 | 0.66 |
| Hex | DB | 89 | 77 | 0 | 25 | 2E | E | B | 3A | 42 |
| Octal | 333 | 211 | 167 | 0 | 45 | 56 | 16 | 13 | 72 | 102 |
| Binary | 11011011 | 10001001 | 1110111 | 0 | 100101 | 101110 | 1110 | 1011 | 111010 | 1000010 |
Color Harmonies of #DB8977
Complementary color
Monochromatic Colors of #DB8977
Black with #DB8977
Text Example
Text Example
White with #DB8977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8977; }
p { color: rgb(219,137,119); }
H1.HeaderClassName
{
color: #DB8977;
}
.AnyTagClassName
{
color: #DB8977;
}
</style>
background-color css
<style>
a { background-color: #DB8977; }
a { background-color: rgb(219,137,119); }
div.DivClassName
{
background-color: #DB8977;
}
.BgClassName
{
background-color: #DB8977;
}
</style>
border-color css
<style>
span { border-color: #DB8977; }
span { border-color: rgb(219,137,119); }
td.TdClassName
{
border-color: #DB8977;
}
.TagClassName
{
border-color: #DB8977;
}
</style>