Shades of New York Pink #DB7D6C
Tints of New York Pink #DB7D6C
RGB
CMYK
RGB Variations
Color information
#DB7D6C (or 0xDB7D6C) is known color: New York Pink. HEX triplet: DB, 7D and 6C. RGB value is (219,125,108). Sum of RGB (Red+Green+Blue) = 219+125+108=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D6C is #248293. Grayscale: #979797. Windows color (decimal): -2392724 or 7110107. OLE color: 7110107.
HSL color Cylindrical-coordinate representation of color #DB7D6C: hue angle of 9.19º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB7D6C is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 108 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.14 |
| HSL | 9.19º | 0.61% | 0.64% | - |
| HSV(B) | 9.19º | 0.51% | 0.86% | - |
| XYZ | 39.25 | 30.81 | 18.07 | - |
| YUV | 151.17 | 103.64 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 108 | 0 | 0.43 | 0.51 | 0.14 | 9.19 | 0.61 | 0.64 |
| Hex | DB | 7D | 6C | 0 | 2B | 33 | E | 9 | 3D | 40 |
| Octal | 333 | 175 | 154 | 0 | 53 | 63 | 16 | 11 | 75 | 100 |
| Binary | 11011011 | 1111101 | 1101100 | 0 | 101011 | 110011 | 1110 | 1001 | 111101 | 1000000 |
Color Harmonies of #DB7D6C
Complementary color
Monochromatic Colors of #DB7D6C
Black with #DB7D6C
Text Example
Text Example
White with #DB7D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D6C; }
p { color: rgb(219,125,108); }
H1.HeaderClassName
{
color: #DB7D6C;
}
.AnyTagClassName
{
color: #DB7D6C;
}
</style>
background-color css
<style>
a { background-color: #DB7D6C; }
a { background-color: rgb(219,125,108); }
div.DivClassName
{
background-color: #DB7D6C;
}
.BgClassName
{
background-color: #DB7D6C;
}
</style>
border-color css
<style>
span { border-color: #DB7D6C; }
span { border-color: rgb(219,125,108); }
td.TdClassName
{
border-color: #DB7D6C;
}
.TagClassName
{
border-color: #DB7D6C;
}
</style>