Shades of New York Pink #DB8571
Tints of New York Pink #DB8571
RGB
CMYK
RGB Variations
Color information
#DB8571 (or 0xDB8571) is known color: New York Pink. HEX triplet: DB, 85 and 71. RGB value is (219,133,113). Sum of RGB (Red+Green+Blue) = 219+133+113=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8571 is #247A8E. Grayscale: #9C9C9C. Windows color (decimal): -2390671 or 7439835. OLE color: 7439835.
HSL color Cylindrical-coordinate representation of color #DB8571: hue angle of 11.32º 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 #DB8571 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 113 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.14 |
| HSL | 11.32º | 0.6% | 0.65% | - |
| HSV(B) | 11.32º | 0.48% | 0.86% | - |
| XYZ | 40.58 | 33.03 | 19.86 | - |
| YUV | 156.43 | 103.49 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 113 | 0 | 0.39 | 0.48 | 0.14 | 11.32 | 0.6 | 0.65 |
| Hex | DB | 85 | 71 | 0 | 27 | 30 | E | B | 3C | 41 |
| Octal | 333 | 205 | 161 | 0 | 47 | 60 | 16 | 13 | 74 | 101 |
| Binary | 11011011 | 10000101 | 1110001 | 0 | 100111 | 110000 | 1110 | 1011 | 111100 | 1000001 |
Color Harmonies of #DB8571
Complementary color
Monochromatic Colors of #DB8571
Black with #DB8571
Text Example
Text Example
White with #DB8571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8571; }
p { color: rgb(219,133,113); }
H1.HeaderClassName
{
color: #DB8571;
}
.AnyTagClassName
{
color: #DB8571;
}
</style>
background-color css
<style>
a { background-color: #DB8571; }
a { background-color: rgb(219,133,113); }
div.DivClassName
{
background-color: #DB8571;
}
.BgClassName
{
background-color: #DB8571;
}
</style>
border-color css
<style>
span { border-color: #DB8571; }
span { border-color: rgb(219,133,113); }
td.TdClassName
{
border-color: #DB8571;
}
.TagClassName
{
border-color: #DB8571;
}
</style>