Shades of New York Pink #DB7D6E
Tints of New York Pink #DB7D6E
RGB
CMYK
RGB Variations
Color information
#DB7D6E (or 0xDB7D6E) is known color: New York Pink. HEX triplet: DB, 7D and 6E. RGB value is (219,125,110). Sum of RGB (Red+Green+Blue) = 219+125+110=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D6E is #248291. Grayscale: #979797. Windows color (decimal): -2392722 or 7241179. OLE color: 7241179.
HSL color Cylindrical-coordinate representation of color #DB7D6E: hue angle of 8.26º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB7D6E is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 110 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.14 |
| HSL | 8.26º | 0.6% | 0.65% | - |
| HSV(B) | 8.26º | 0.5% | 0.86% | - |
| XYZ | 39.36 | 30.85 | 18.63 | - |
| YUV | 151.4 | 104.64 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 110 | 0 | 0.43 | 0.50 | 0.14 | 8.26 | 0.6 | 0.65 |
| Hex | DB | 7D | 6E | 0 | 2B | 32 | E | 8 | 3C | 41 |
| Octal | 333 | 175 | 156 | 0 | 53 | 62 | 16 | 10 | 74 | 101 |
| Binary | 11011011 | 1111101 | 1101110 | 0 | 101011 | 110010 | 1110 | 1000 | 111100 | 1000001 |
Color Harmonies of #DB7D6E
Complementary color
Monochromatic Colors of #DB7D6E
Black with #DB7D6E
Text Example
Text Example
White with #DB7D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D6E; }
p { color: rgb(219,125,110); }
H1.HeaderClassName
{
color: #DB7D6E;
}
.AnyTagClassName
{
color: #DB7D6E;
}
</style>
background-color css
<style>
a { background-color: #DB7D6E; }
a { background-color: rgb(219,125,110); }
div.DivClassName
{
background-color: #DB7D6E;
}
.BgClassName
{
background-color: #DB7D6E;
}
</style>
border-color css
<style>
span { border-color: #DB7D6E; }
span { border-color: rgb(219,125,110); }
td.TdClassName
{
border-color: #DB7D6E;
}
.TagClassName
{
border-color: #DB7D6E;
}
</style>