Shades of New York Pink #DB8071
Tints of New York Pink #DB8071
RGB
CMYK
RGB Variations
Color information
#DB8071 (or 0xDB8071) is known color: New York Pink. HEX triplet: DB, 80 and 71. RGB value is (219,128,113). Sum of RGB (Red+Green+Blue) = 219+128+113=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8071 is #247F8E. Grayscale: #999999. Windows color (decimal): -2391951 or 7438555. OLE color: 7438555.
HSL color Cylindrical-coordinate representation of color #DB8071: hue angle of 8.49º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB8071 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 113 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.14 |
| HSL | 8.49º | 0.6% | 0.65% | - |
| HSV(B) | 8.49º | 0.48% | 0.86% | - |
| XYZ | 39.91 | 31.69 | 19.64 | - |
| YUV | 153.5 | 105.15 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 113 | 0 | 0.42 | 0.48 | 0.14 | 8.49 | 0.6 | 0.65 |
| Hex | DB | 80 | 71 | 0 | 2A | 30 | E | 8 | 3C | 41 |
| Octal | 333 | 200 | 161 | 0 | 52 | 60 | 16 | 10 | 74 | 101 |
| Binary | 11011011 | 10000000 | 1110001 | 0 | 101010 | 110000 | 1110 | 1000 | 111100 | 1000001 |
Color Harmonies of #DB8071
Complementary color
Monochromatic Colors of #DB8071
Black with #DB8071
Text Example
Text Example
White with #DB8071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8071; }
p { color: rgb(219,128,113); }
H1.HeaderClassName
{
color: #DB8071;
}
.AnyTagClassName
{
color: #DB8071;
}
</style>
background-color css
<style>
a { background-color: #DB8071; }
a { background-color: rgb(219,128,113); }
div.DivClassName
{
background-color: #DB8071;
}
.BgClassName
{
background-color: #DB8071;
}
</style>
border-color css
<style>
span { border-color: #DB8071; }
span { border-color: rgb(219,128,113); }
td.TdClassName
{
border-color: #DB8071;
}
.TagClassName
{
border-color: #DB8071;
}
</style>