Shades of New York Pink #DB8072
Tints of New York Pink #DB8072
RGB
CMYK
RGB Variations
Color information
#DB8072 (or 0xDB8072) is known color: New York Pink. HEX triplet: DB, 80 and 72. RGB value is (219,128,114). Sum of RGB (Red+Green+Blue) = 219+128+114=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8072 is #247F8D. Grayscale: #999999. Windows color (decimal): -2391950 or 7504091. OLE color: 7504091.
HSL color Cylindrical-coordinate representation of color #DB8072: hue angle of 8º degrees, saturation: 0.59, 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 #DB8072 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 114 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.14 |
| HSL | 8º | 0.59% | 0.65% | - |
| HSV(B) | 8º | 0.48% | 0.86% | - |
| XYZ | 39.97 | 31.71 | 19.93 | - |
| YUV | 153.61 | 105.65 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 114 | 0 | 0.42 | 0.48 | 0.14 | 8 | 0.59 | 0.65 |
| Hex | DB | 80 | 72 | 0 | 2A | 30 | E | 8 | 3B | 41 |
| Octal | 333 | 200 | 162 | 0 | 52 | 60 | 16 | 10 | 73 | 101 |
| Binary | 11011011 | 10000000 | 1110010 | 0 | 101010 | 110000 | 1110 | 1000 | 111011 | 1000001 |
Color Harmonies of #DB8072
Complementary color
Monochromatic Colors of #DB8072
Black with #DB8072
Text Example
Text Example
White with #DB8072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8072; }
p { color: rgb(219,128,114); }
H1.HeaderClassName
{
color: #DB8072;
}
.AnyTagClassName
{
color: #DB8072;
}
</style>
background-color css
<style>
a { background-color: #DB8072; }
a { background-color: rgb(219,128,114); }
div.DivClassName
{
background-color: #DB8072;
}
.BgClassName
{
background-color: #DB8072;
}
</style>
border-color css
<style>
span { border-color: #DB8072; }
span { border-color: rgb(219,128,114); }
td.TdClassName
{
border-color: #DB8072;
}
.TagClassName
{
border-color: #DB8072;
}
</style>