Shades of New York Pink #DB8470
Tints of New York Pink #DB8470
RGB
CMYK
RGB Variations
Color information
#DB8470 (or 0xDB8470) is known color: New York Pink. HEX triplet: DB, 84 and 70. RGB value is (219,132,112). Sum of RGB (Red+Green+Blue) = 219+132+112=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8470 is #247B8F. Grayscale: #9B9B9B. Windows color (decimal): -2390928 or 7374043. OLE color: 7374043.
HSL color Cylindrical-coordinate representation of color #DB8470: hue angle of 11.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB8470 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 112 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.14 |
| HSL | 11.21º | 0.6% | 0.65% | - |
| HSV(B) | 11.21º | 0.49% | 0.86% | - |
| XYZ | 40.39 | 32.73 | 19.52 | - |
| YUV | 155.73 | 103.32 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 112 | 0 | 0.40 | 0.49 | 0.14 | 11.21 | 0.6 | 0.65 |
| Hex | DB | 84 | 70 | 0 | 28 | 31 | E | B | 3C | 41 |
| Octal | 333 | 204 | 160 | 0 | 50 | 61 | 16 | 13 | 74 | 101 |
| Binary | 11011011 | 10000100 | 1110000 | 0 | 101000 | 110001 | 1110 | 1011 | 111100 | 1000001 |
Color Harmonies of #DB8470
Complementary color
Monochromatic Colors of #DB8470
Black with #DB8470
Text Example
Text Example
White with #DB8470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8470; }
p { color: rgb(219,132,112); }
H1.HeaderClassName
{
color: #DB8470;
}
.AnyTagClassName
{
color: #DB8470;
}
</style>
background-color css
<style>
a { background-color: #DB8470; }
a { background-color: rgb(219,132,112); }
div.DivClassName
{
background-color: #DB8470;
}
.BgClassName
{
background-color: #DB8470;
}
</style>
border-color css
<style>
span { border-color: #DB8470; }
span { border-color: rgb(219,132,112); }
td.TdClassName
{
border-color: #DB8470;
}
.TagClassName
{
border-color: #DB8470;
}
</style>