Shades of New York Pink #DB8570
Tints of New York Pink #DB8570
RGB
CMYK
RGB Variations
Color information
#DB8570 (or 0xDB8570) is known color: New York Pink. HEX triplet: DB, 85 and 70. RGB value is (219,133,112). Sum of RGB (Red+Green+Blue) = 219+133+112=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8570 is #247A8F. Grayscale: #9C9C9C. Windows color (decimal): -2390672 or 7374299. OLE color: 7374299.
HSL color Cylindrical-coordinate representation of color #DB8570: hue angle of 11.78º 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 #DB8570 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 112 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.14 |
| HSL | 11.78º | 0.6% | 0.65% | - |
| HSV(B) | 11.78º | 0.49% | 0.86% | - |
| XYZ | 40.53 | 33 | 19.56 | - |
| YUV | 156.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 112 | 0 | 0.39 | 0.49 | 0.14 | 11.78 | 0.6 | 0.65 |
| Hex | DB | 85 | 70 | 0 | 27 | 31 | E | C | 3C | 41 |
| Octal | 333 | 205 | 160 | 0 | 47 | 61 | 16 | 14 | 74 | 101 |
| Binary | 11011011 | 10000101 | 1110000 | 0 | 100111 | 110001 | 1110 | 1100 | 111100 | 1000001 |
Color Harmonies of #DB8570
Complementary color
Monochromatic Colors of #DB8570
Black with #DB8570
Text Example
Text Example
White with #DB8570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8570; }
p { color: rgb(219,133,112); }
H1.HeaderClassName
{
color: #DB8570;
}
.AnyTagClassName
{
color: #DB8570;
}
</style>
background-color css
<style>
a { background-color: #DB8570; }
a { background-color: rgb(219,133,112); }
div.DivClassName
{
background-color: #DB8570;
}
.BgClassName
{
background-color: #DB8570;
}
</style>
border-color css
<style>
span { border-color: #DB8570; }
span { border-color: rgb(219,133,112); }
td.TdClassName
{
border-color: #DB8570;
}
.TagClassName
{
border-color: #DB8570;
}
</style>