Shades of New York Pink #DB8870
Tints of New York Pink #DB8870
RGB
CMYK
RGB Variations
Color information
#DB8870 (or 0xDB8870) is known color: New York Pink. HEX triplet: DB, 88 and 70. RGB value is (219,136,112). Sum of RGB (Red+Green+Blue) = 219+136+112=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8870 is #24778F. Grayscale: #9E9E9E. Windows color (decimal): -2389904 or 7375067. OLE color: 7375067.
HSL color Cylindrical-coordinate representation of color #DB8870: hue angle of 13.46º 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 #DB8870 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 112 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.14 |
| HSL | 13.46º | 0.6% | 0.65% | - |
| HSV(B) | 13.46º | 0.49% | 0.86% | - |
| XYZ | 40.94 | 33.84 | 19.7 | - |
| YUV | 158.08 | 102 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 112 | 0 | 0.38 | 0.49 | 0.14 | 13.46 | 0.6 | 0.65 |
| Hex | DB | 88 | 70 | 0 | 26 | 31 | E | D | 3C | 41 |
| Octal | 333 | 210 | 160 | 0 | 46 | 61 | 16 | 15 | 74 | 101 |
| Binary | 11011011 | 10001000 | 1110000 | 0 | 100110 | 110001 | 1110 | 1101 | 111100 | 1000001 |
Color Harmonies of #DB8870
Complementary color
Monochromatic Colors of #DB8870
Black with #DB8870
Text Example
Text Example
White with #DB8870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8870; }
p { color: rgb(219,136,112); }
H1.HeaderClassName
{
color: #DB8870;
}
.AnyTagClassName
{
color: #DB8870;
}
</style>
background-color css
<style>
a { background-color: #DB8870; }
a { background-color: rgb(219,136,112); }
div.DivClassName
{
background-color: #DB8870;
}
.BgClassName
{
background-color: #DB8870;
}
</style>
border-color css
<style>
span { border-color: #DB8870; }
span { border-color: rgb(219,136,112); }
td.TdClassName
{
border-color: #DB8870;
}
.TagClassName
{
border-color: #DB8870;
}
</style>