Shades of New York Pink #DB7B6E
Tints of New York Pink #DB7B6E
RGB
CMYK
RGB Variations
Color information
#DB7B6E (or 0xDB7B6E) is known color: New York Pink. HEX triplet: DB, 7B and 6E. RGB value is (219,123,110). Sum of RGB (Red+Green+Blue) = 219+123+110=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B6E is #248491. Grayscale: #969696. Windows color (decimal): -2393234 or 7240667. OLE color: 7240667.
HSL color Cylindrical-coordinate representation of color #DB7B6E: hue angle of 7.16º 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 #DB7B6E is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 110 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.14 |
| HSL | 7.16º | 0.6% | 0.65% | - |
| HSV(B) | 7.16º | 0.5% | 0.86% | - |
| XYZ | 39.11 | 30.35 | 18.55 | - |
| YUV | 150.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 110 | 0 | 0.44 | 0.50 | 0.14 | 7.16 | 0.6 | 0.65 |
| Hex | DB | 7B | 6E | 0 | 2C | 32 | E | 7 | 3C | 41 |
| Octal | 333 | 173 | 156 | 0 | 54 | 62 | 16 | 7 | 74 | 101 |
| Binary | 11011011 | 1111011 | 1101110 | 0 | 101100 | 110010 | 1110 | 111 | 111100 | 1000001 |
Color Harmonies of #DB7B6E
Complementary color
Monochromatic Colors of #DB7B6E
Black with #DB7B6E
Text Example
Text Example
White with #DB7B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B6E; }
p { color: rgb(219,123,110); }
H1.HeaderClassName
{
color: #DB7B6E;
}
.AnyTagClassName
{
color: #DB7B6E;
}
</style>
background-color css
<style>
a { background-color: #DB7B6E; }
a { background-color: rgb(219,123,110); }
div.DivClassName
{
background-color: #DB7B6E;
}
.BgClassName
{
background-color: #DB7B6E;
}
</style>
border-color css
<style>
span { border-color: #DB7B6E; }
span { border-color: rgb(219,123,110); }
td.TdClassName
{
border-color: #DB7B6E;
}
.TagClassName
{
border-color: #DB7B6E;
}
</style>