Shades of New York Pink #DB8070
Tints of New York Pink #DB8070
RGB
CMYK
RGB Variations
Color information
#DB8070 (or 0xDB8070) is known color: New York Pink. HEX triplet: DB, 80 and 70. RGB value is (219,128,112). Sum of RGB (Red+Green+Blue) = 219+128+112=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8070 is #247F8F. Grayscale: #999999. Windows color (decimal): -2391952 or 7373019. OLE color: 7373019.
HSL color Cylindrical-coordinate representation of color #DB8070: hue angle of 8.97º 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 #DB8070 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 112 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.14 |
| HSL | 8.97º | 0.6% | 0.65% | - |
| HSV(B) | 8.97º | 0.49% | 0.86% | - |
| XYZ | 39.86 | 31.67 | 19.34 | - |
| YUV | 153.39 | 104.65 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 112 | 0 | 0.42 | 0.49 | 0.14 | 8.97 | 0.6 | 0.65 |
| Hex | DB | 80 | 70 | 0 | 2A | 31 | E | 9 | 3C | 41 |
| Octal | 333 | 200 | 160 | 0 | 52 | 61 | 16 | 11 | 74 | 101 |
| Binary | 11011011 | 10000000 | 1110000 | 0 | 101010 | 110001 | 1110 | 1001 | 111100 | 1000001 |
Color Harmonies of #DB8070
Complementary color
Monochromatic Colors of #DB8070
Black with #DB8070
Text Example
Text Example
White with #DB8070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8070; }
p { color: rgb(219,128,112); }
H1.HeaderClassName
{
color: #DB8070;
}
.AnyTagClassName
{
color: #DB8070;
}
</style>
background-color css
<style>
a { background-color: #DB8070; }
a { background-color: rgb(219,128,112); }
div.DivClassName
{
background-color: #DB8070;
}
.BgClassName
{
background-color: #DB8070;
}
</style>
border-color css
<style>
span { border-color: #DB8070; }
span { border-color: rgb(219,128,112); }
td.TdClassName
{
border-color: #DB8070;
}
.TagClassName
{
border-color: #DB8070;
}
</style>