Shades of New York Pink #DB8879
Tints of New York Pink #DB8879
RGB
CMYK
RGB Variations
Color information
#DB8879 (or 0xDB8879) is known color: New York Pink. HEX triplet: DB, 88 and 79. RGB value is (219,136,121). Sum of RGB (Red+Green+Blue) = 219+136+121=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8879 is #247786. Grayscale: #9F9F9F. Windows color (decimal): -2389895 or 7964891. OLE color: 7964891.
HSL color Cylindrical-coordinate representation of color #DB8879: hue angle of 9.18º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB8879 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 121 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.14 |
| HSL | 9.18º | 0.58% | 0.67% | - |
| HSV(B) | 9.18º | 0.45% | 0.86% | - |
| XYZ | 41.47 | 34.05 | 22.48 | - |
| YUV | 159.11 | 106.5 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 121 | 0 | 0.38 | 0.45 | 0.14 | 9.18 | 0.58 | 0.67 |
| Hex | DB | 88 | 79 | 0 | 26 | 2D | E | 9 | 3A | 43 |
| Octal | 333 | 210 | 171 | 0 | 46 | 55 | 16 | 11 | 72 | 103 |
| Binary | 11011011 | 10001000 | 1111001 | 0 | 100110 | 101101 | 1110 | 1001 | 111010 | 1000011 |
Color Harmonies of #DB8879
Complementary color
Monochromatic Colors of #DB8879
Black with #DB8879
Text Example
Text Example
White with #DB8879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8879; }
p { color: rgb(219,136,121); }
H1.HeaderClassName
{
color: #DB8879;
}
.AnyTagClassName
{
color: #DB8879;
}
</style>
background-color css
<style>
a { background-color: #DB8879; }
a { background-color: rgb(219,136,121); }
div.DivClassName
{
background-color: #DB8879;
}
.BgClassName
{
background-color: #DB8879;
}
</style>
border-color css
<style>
span { border-color: #DB8879; }
span { border-color: rgb(219,136,121); }
td.TdClassName
{
border-color: #DB8879;
}
.TagClassName
{
border-color: #DB8879;
}
</style>