Shades of New York Pink #DB8276
Tints of New York Pink #DB8276
RGB
CMYK
RGB Variations
Color information
#DB8276 (or 0xDB8276) is known color: New York Pink. HEX triplet: DB, 82 and 76. RGB value is (219,130,118). Sum of RGB (Red+Green+Blue) = 219+130+118=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8276 is #247D89. Grayscale: #9B9B9B. Windows color (decimal): -2391434 or 7766747. OLE color: 7766747.
HSL color Cylindrical-coordinate representation of color #DB8276: hue angle of 7.13º 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 #DB8276 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 118 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.14 |
| HSL | 7.13º | 0.58% | 0.66% | - |
| HSV(B) | 7.13º | 0.46% | 0.86% | - |
| XYZ | 40.47 | 32.33 | 21.25 | - |
| YUV | 155.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 118 | 0 | 0.41 | 0.46 | 0.14 | 7.13 | 0.58 | 0.66 |
| Hex | DB | 82 | 76 | 0 | 29 | 2E | E | 7 | 3A | 42 |
| Octal | 333 | 202 | 166 | 0 | 51 | 56 | 16 | 7 | 72 | 102 |
| Binary | 11011011 | 10000010 | 1110110 | 0 | 101001 | 101110 | 1110 | 111 | 111010 | 1000010 |
Color Harmonies of #DB8276
Complementary color
Monochromatic Colors of #DB8276
Black with #DB8276
Text Example
Text Example
White with #DB8276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8276; }
p { color: rgb(219,130,118); }
H1.HeaderClassName
{
color: #DB8276;
}
.AnyTagClassName
{
color: #DB8276;
}
</style>
background-color css
<style>
a { background-color: #DB8276; }
a { background-color: rgb(219,130,118); }
div.DivClassName
{
background-color: #DB8276;
}
.BgClassName
{
background-color: #DB8276;
}
</style>
border-color css
<style>
span { border-color: #DB8276; }
span { border-color: rgb(219,130,118); }
td.TdClassName
{
border-color: #DB8276;
}
.TagClassName
{
border-color: #DB8276;
}
</style>