Shades of New York Pink #DB7E76
Tints of New York Pink #DB7E76
RGB
CMYK
RGB Variations
Color information
#DB7E76 (or 0xDB7E76) is known color: New York Pink. HEX triplet: DB, 7E and 76. RGB value is (219,126,118). Sum of RGB (Red+Green+Blue) = 219+126+118=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E76 is #248189. Grayscale: #999999. Windows color (decimal): -2392458 or 7765723. OLE color: 7765723.
HSL color Cylindrical-coordinate representation of color #DB7E76: hue angle of 4.75º 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 #DB7E76 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 118 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.14 |
| HSL | 4.75º | 0.58% | 0.66% | - |
| HSV(B) | 4.75º | 0.46% | 0.86% | - |
| XYZ | 39.94 | 31.29 | 21.07 | - |
| YUV | 152.9 | 108.31 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 118 | 0 | 0.42 | 0.46 | 0.14 | 4.75 | 0.58 | 0.66 |
| Hex | DB | 7E | 76 | 0 | 2A | 2E | E | 5 | 3A | 42 |
| Octal | 333 | 176 | 166 | 0 | 52 | 56 | 16 | 5 | 72 | 102 |
| Binary | 11011011 | 1111110 | 1110110 | 0 | 101010 | 101110 | 1110 | 101 | 111010 | 1000010 |
Color Harmonies of #DB7E76
Complementary color
Monochromatic Colors of #DB7E76
Black with #DB7E76
Text Example
Text Example
White with #DB7E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E76; }
p { color: rgb(219,126,118); }
H1.HeaderClassName
{
color: #DB7E76;
}
.AnyTagClassName
{
color: #DB7E76;
}
</style>
background-color css
<style>
a { background-color: #DB7E76; }
a { background-color: rgb(219,126,118); }
div.DivClassName
{
background-color: #DB7E76;
}
.BgClassName
{
background-color: #DB7E76;
}
</style>
border-color css
<style>
span { border-color: #DB7E76; }
span { border-color: rgb(219,126,118); }
td.TdClassName
{
border-color: #DB7E76;
}
.TagClassName
{
border-color: #DB7E76;
}
</style>