Shades of New York Pink #DB8577
Tints of New York Pink #DB8577
RGB
CMYK
RGB Variations
Color information
#DB8577 (or 0xDB8577) is known color: New York Pink. HEX triplet: DB, 85 and 77. RGB value is (219,133,119). Sum of RGB (Red+Green+Blue) = 219+133+119=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8577 is #247A88. Grayscale: #9D9D9D. Windows color (decimal): -2390665 or 7833051. OLE color: 7833051.
HSL color Cylindrical-coordinate representation of color #DB8577: hue angle of 8.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB8577 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 119 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.14 |
| HSL | 8.4º | 0.58% | 0.66% | - |
| HSV(B) | 8.4º | 0.46% | 0.86% | - |
| XYZ | 40.93 | 33.17 | 21.7 | - |
| YUV | 157.12 | 106.49 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 119 | 0 | 0.39 | 0.46 | 0.14 | 8.4 | 0.58 | 0.66 |
| Hex | DB | 85 | 77 | 0 | 27 | 2E | E | 8 | 3A | 42 |
| Octal | 333 | 205 | 167 | 0 | 47 | 56 | 16 | 10 | 72 | 102 |
| Binary | 11011011 | 10000101 | 1110111 | 0 | 100111 | 101110 | 1110 | 1000 | 111010 | 1000010 |
Color Harmonies of #DB8577
Complementary color
Monochromatic Colors of #DB8577
Black with #DB8577
Text Example
Text Example
White with #DB8577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8577; }
p { color: rgb(219,133,119); }
H1.HeaderClassName
{
color: #DB8577;
}
.AnyTagClassName
{
color: #DB8577;
}
</style>
background-color css
<style>
a { background-color: #DB8577; }
a { background-color: rgb(219,133,119); }
div.DivClassName
{
background-color: #DB8577;
}
.BgClassName
{
background-color: #DB8577;
}
</style>
border-color css
<style>
span { border-color: #DB8577; }
span { border-color: rgb(219,133,119); }
td.TdClassName
{
border-color: #DB8577;
}
.TagClassName
{
border-color: #DB8577;
}
</style>