Shades of New York Pink #DB8176
Tints of New York Pink #DB8176
RGB
CMYK
RGB Variations
Color information
#DB8176 (or 0xDB8176) is known color: New York Pink. HEX triplet: DB, 81 and 76. RGB value is (219,129,118). Sum of RGB (Red+Green+Blue) = 219+129+118=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8176 is #247E89. Grayscale: #9A9A9A. Windows color (decimal): -2391690 or 7766491. OLE color: 7766491.
HSL color Cylindrical-coordinate representation of color #DB8176: hue angle of 6.53º 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 #DB8176 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 118 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.14 |
| HSL | 6.53º | 0.58% | 0.66% | - |
| HSV(B) | 6.53º | 0.46% | 0.86% | - |
| XYZ | 40.33 | 32.07 | 21.2 | - |
| YUV | 154.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 118 | 0 | 0.41 | 0.46 | 0.14 | 6.53 | 0.58 | 0.66 |
| Hex | DB | 81 | 76 | 0 | 29 | 2E | E | 7 | 3A | 42 |
| Octal | 333 | 201 | 166 | 0 | 51 | 56 | 16 | 7 | 72 | 102 |
| Binary | 11011011 | 10000001 | 1110110 | 0 | 101001 | 101110 | 1110 | 111 | 111010 | 1000010 |
Color Harmonies of #DB8176
Complementary color
Monochromatic Colors of #DB8176
Black with #DB8176
Text Example
Text Example
White with #DB8176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8176; }
p { color: rgb(219,129,118); }
H1.HeaderClassName
{
color: #DB8176;
}
.AnyTagClassName
{
color: #DB8176;
}
</style>
background-color css
<style>
a { background-color: #DB8176; }
a { background-color: rgb(219,129,118); }
div.DivClassName
{
background-color: #DB8176;
}
.BgClassName
{
background-color: #DB8176;
}
</style>
border-color css
<style>
span { border-color: #DB8176; }
span { border-color: rgb(219,129,118); }
td.TdClassName
{
border-color: #DB8176;
}
.TagClassName
{
border-color: #DB8176;
}
</style>