Shades of New York Pink #DB7E70
Tints of New York Pink #DB7E70
RGB
CMYK
RGB Variations
Color information
#DB7E70 (or 0xDB7E70) is known color: New York Pink. HEX triplet: DB, 7E and 70. RGB value is (219,126,112). Sum of RGB (Red+Green+Blue) = 219+126+112=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E70 is #24818F. Grayscale: #989898. Windows color (decimal): -2392464 or 7372507. OLE color: 7372507.
HSL color Cylindrical-coordinate representation of color #DB7E70: hue angle of 7.85º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB7E70 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 112 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.14 |
| HSL | 7.85º | 0.6% | 0.65% | - |
| HSV(B) | 7.85º | 0.49% | 0.86% | - |
| XYZ | 39.6 | 31.15 | 19.26 | - |
| YUV | 152.21 | 105.31 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 112 | 0 | 0.42 | 0.49 | 0.14 | 7.85 | 0.6 | 0.65 |
| Hex | DB | 7E | 70 | 0 | 2A | 31 | E | 8 | 3C | 41 |
| Octal | 333 | 176 | 160 | 0 | 52 | 61 | 16 | 10 | 74 | 101 |
| Binary | 11011011 | 1111110 | 1110000 | 0 | 101010 | 110001 | 1110 | 1000 | 111100 | 1000001 |
Color Harmonies of #DB7E70
Complementary color
Monochromatic Colors of #DB7E70
Black with #DB7E70
Text Example
Text Example
White with #DB7E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E70; }
p { color: rgb(219,126,112); }
H1.HeaderClassName
{
color: #DB7E70;
}
.AnyTagClassName
{
color: #DB7E70;
}
</style>
background-color css
<style>
a { background-color: #DB7E70; }
a { background-color: rgb(219,126,112); }
div.DivClassName
{
background-color: #DB7E70;
}
.BgClassName
{
background-color: #DB7E70;
}
</style>
border-color css
<style>
span { border-color: #DB7E70; }
span { border-color: rgb(219,126,112); }
td.TdClassName
{
border-color: #DB7E70;
}
.TagClassName
{
border-color: #DB7E70;
}
</style>