Shades of New York Pink #DB8770
Tints of New York Pink #DB8770
RGB
CMYK
RGB Variations
Color information
#DB8770 (or 0xDB8770) is known color: New York Pink. HEX triplet: DB, 87 and 70. RGB value is (219,135,112). Sum of RGB (Red+Green+Blue) = 219+135+112=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8770 is #24788F. Grayscale: #9D9D9D. Windows color (decimal): -2390160 or 7374811. OLE color: 7374811.
HSL color Cylindrical-coordinate representation of color #DB8770: hue angle of 12.9º 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 #DB8770 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 112 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.14 |
| HSL | 12.9º | 0.6% | 0.65% | - |
| HSV(B) | 12.9º | 0.49% | 0.86% | - |
| XYZ | 40.8 | 33.56 | 19.66 | - |
| YUV | 157.49 | 102.33 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 112 | 0 | 0.38 | 0.49 | 0.14 | 12.9 | 0.6 | 0.65 |
| Hex | DB | 87 | 70 | 0 | 26 | 31 | E | D | 3C | 41 |
| Octal | 333 | 207 | 160 | 0 | 46 | 61 | 16 | 15 | 74 | 101 |
| Binary | 11011011 | 10000111 | 1110000 | 0 | 100110 | 110001 | 1110 | 1101 | 111100 | 1000001 |
Color Harmonies of #DB8770
Complementary color
Monochromatic Colors of #DB8770
Black with #DB8770
Text Example
Text Example
White with #DB8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8770; }
p { color: rgb(219,135,112); }
H1.HeaderClassName
{
color: #DB8770;
}
.AnyTagClassName
{
color: #DB8770;
}
</style>
background-color css
<style>
a { background-color: #DB8770; }
a { background-color: rgb(219,135,112); }
div.DivClassName
{
background-color: #DB8770;
}
.BgClassName
{
background-color: #DB8770;
}
</style>
border-color css
<style>
span { border-color: #DB8770; }
span { border-color: rgb(219,135,112); }
td.TdClassName
{
border-color: #DB8770;
}
.TagClassName
{
border-color: #DB8770;
}
</style>