Shades of New York Pink #DB8478
Tints of New York Pink #DB8478
RGB
CMYK
RGB Variations
Color information
#DB8478 (or 0xDB8478) is known color: New York Pink. HEX triplet: DB, 84 and 78. RGB value is (219,132,120). Sum of RGB (Red+Green+Blue) = 219+132+120=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8478 is #247B87. Grayscale: #9C9C9C. Windows color (decimal): -2390920 or 7898331. OLE color: 7898331.
HSL color Cylindrical-coordinate representation of color #DB8478: hue angle of 7.27º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB8478 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 120 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.14 |
| HSL | 7.27º | 0.58% | 0.66% | - |
| HSV(B) | 7.27º | 0.45% | 0.86% | - |
| XYZ | 40.85 | 32.92 | 21.97 | - |
| YUV | 156.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 120 | 0 | 0.40 | 0.45 | 0.14 | 7.27 | 0.58 | 0.66 |
| Hex | DB | 84 | 78 | 0 | 28 | 2D | E | 7 | 3A | 42 |
| Octal | 333 | 204 | 170 | 0 | 50 | 55 | 16 | 7 | 72 | 102 |
| Binary | 11011011 | 10000100 | 1111000 | 0 | 101000 | 101101 | 1110 | 111 | 111010 | 1000010 |
Color Harmonies of #DB8478
Complementary color
Monochromatic Colors of #DB8478
Black with #DB8478
Text Example
Text Example
White with #DB8478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8478; }
p { color: rgb(219,132,120); }
H1.HeaderClassName
{
color: #DB8478;
}
.AnyTagClassName
{
color: #DB8478;
}
</style>
background-color css
<style>
a { background-color: #DB8478; }
a { background-color: rgb(219,132,120); }
div.DivClassName
{
background-color: #DB8478;
}
.BgClassName
{
background-color: #DB8478;
}
</style>
border-color css
<style>
span { border-color: #DB8478; }
span { border-color: rgb(219,132,120); }
td.TdClassName
{
border-color: #DB8478;
}
.TagClassName
{
border-color: #DB8478;
}
</style>