Shades of New York Pink #DB7E6A
Tints of New York Pink #DB7E6A
RGB
CMYK
RGB Variations
Color information
#DB7E6A (or 0xDB7E6A) is known color: New York Pink. HEX triplet: DB, 7E and 6A. RGB value is (219,126,106). Sum of RGB (Red+Green+Blue) = 219+126+106=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E6A is #248195. Grayscale: #979797. Windows color (decimal): -2392470 or 6979291. OLE color: 6979291.
HSL color Cylindrical-coordinate representation of color #DB7E6A: hue angle of 10.62º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB7E6A is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 106 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.14 |
| HSL | 10.62º | 0.61% | 0.64% | - |
| HSV(B) | 10.62º | 0.52% | 0.86% | - |
| XYZ | 39.28 | 31.02 | 17.55 | - |
| YUV | 151.53 | 102.31 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 106 | 0 | 0.42 | 0.52 | 0.14 | 10.62 | 0.61 | 0.64 |
| Hex | DB | 7E | 6A | 0 | 2A | 34 | E | B | 3D | 40 |
| Octal | 333 | 176 | 152 | 0 | 52 | 64 | 16 | 13 | 75 | 100 |
| Binary | 11011011 | 1111110 | 1101010 | 0 | 101010 | 110100 | 1110 | 1011 | 111101 | 1000000 |
Color Harmonies of #DB7E6A
Complementary color
Monochromatic Colors of #DB7E6A
Black with #DB7E6A
Text Example
Text Example
White with #DB7E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E6A; }
p { color: rgb(219,126,106); }
H1.HeaderClassName
{
color: #DB7E6A;
}
.AnyTagClassName
{
color: #DB7E6A;
}
</style>
background-color css
<style>
a { background-color: #DB7E6A; }
a { background-color: rgb(219,126,106); }
div.DivClassName
{
background-color: #DB7E6A;
}
.BgClassName
{
background-color: #DB7E6A;
}
</style>
border-color css
<style>
span { border-color: #DB7E6A; }
span { border-color: rgb(219,126,106); }
td.TdClassName
{
border-color: #DB7E6A;
}
.TagClassName
{
border-color: #DB7E6A;
}
</style>