Shades of New York Pink #DB7B6C
Tints of New York Pink #DB7B6C
RGB
CMYK
RGB Variations
Color information
#DB7B6C (or 0xDB7B6C) is known color: New York Pink. HEX triplet: DB, 7B and 6C. RGB value is (219,123,108). Sum of RGB (Red+Green+Blue) = 219+123+108=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B6C is #248493. Grayscale: #969696. Windows color (decimal): -2393236 or 7109595. OLE color: 7109595.
HSL color Cylindrical-coordinate representation of color #DB7B6C: hue angle of 8.11º 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 #DB7B6C is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 108 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.14 |
| HSL | 8.11º | 0.61% | 0.64% | - |
| HSV(B) | 8.11º | 0.51% | 0.86% | - |
| XYZ | 39 | 30.31 | 17.98 | - |
| YUV | 149.99 | 104.3 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 108 | 0 | 0.44 | 0.51 | 0.14 | 8.11 | 0.61 | 0.64 |
| Hex | DB | 7B | 6C | 0 | 2C | 33 | E | 8 | 3D | 40 |
| Octal | 333 | 173 | 154 | 0 | 54 | 63 | 16 | 10 | 75 | 100 |
| Binary | 11011011 | 1111011 | 1101100 | 0 | 101100 | 110011 | 1110 | 1000 | 111101 | 1000000 |
Color Harmonies of #DB7B6C
Complementary color
Monochromatic Colors of #DB7B6C
Black with #DB7B6C
Text Example
Text Example
White with #DB7B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B6C; }
p { color: rgb(219,123,108); }
H1.HeaderClassName
{
color: #DB7B6C;
}
.AnyTagClassName
{
color: #DB7B6C;
}
</style>
background-color css
<style>
a { background-color: #DB7B6C; }
a { background-color: rgb(219,123,108); }
div.DivClassName
{
background-color: #DB7B6C;
}
.BgClassName
{
background-color: #DB7B6C;
}
</style>
border-color css
<style>
span { border-color: #DB7B6C; }
span { border-color: rgb(219,123,108); }
td.TdClassName
{
border-color: #DB7B6C;
}
.TagClassName
{
border-color: #DB7B6C;
}
</style>