Shades of New York Pink #DB8075
Tints of New York Pink #DB8075
RGB
CMYK
RGB Variations
Color information
#DB8075 (or 0xDB8075) is known color: New York Pink. HEX triplet: DB, 80 and 75. RGB value is (219,128,117). Sum of RGB (Red+Green+Blue) = 219+128+117=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8075 is #247F8A. Grayscale: #9A9A9A. Windows color (decimal): -2391947 or 7700699. OLE color: 7700699.
HSL color Cylindrical-coordinate representation of color #DB8075: hue angle of 6.47º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB8075 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 117 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.14 |
| HSL | 6.47º | 0.59% | 0.66% | - |
| HSV(B) | 6.47º | 0.47% | 0.86% | - |
| XYZ | 40.14 | 31.78 | 20.85 | - |
| YUV | 153.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 117 | 0 | 0.42 | 0.47 | 0.14 | 6.47 | 0.59 | 0.66 |
| Hex | DB | 80 | 75 | 0 | 2A | 2F | E | 6 | 3B | 42 |
| Octal | 333 | 200 | 165 | 0 | 52 | 57 | 16 | 6 | 73 | 102 |
| Binary | 11011011 | 10000000 | 1110101 | 0 | 101010 | 101111 | 1110 | 110 | 111011 | 1000010 |
Color Harmonies of #DB8075
Complementary color
Monochromatic Colors of #DB8075
Black with #DB8075
Text Example
Text Example
White with #DB8075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8075; }
p { color: rgb(219,128,117); }
H1.HeaderClassName
{
color: #DB8075;
}
.AnyTagClassName
{
color: #DB8075;
}
</style>
background-color css
<style>
a { background-color: #DB8075; }
a { background-color: rgb(219,128,117); }
div.DivClassName
{
background-color: #DB8075;
}
.BgClassName
{
background-color: #DB8075;
}
</style>
border-color css
<style>
span { border-color: #DB8075; }
span { border-color: rgb(219,128,117); }
td.TdClassName
{
border-color: #DB8075;
}
.TagClassName
{
border-color: #DB8075;
}
</style>