Shades of New York Pink #DB846E
Tints of New York Pink #DB846E
RGB
CMYK
RGB Variations
Color information
#DB846E (or 0xDB846E) is known color: New York Pink. HEX triplet: DB, 84 and 6E. RGB value is (219,132,110). Sum of RGB (Red+Green+Blue) = 219+132+110=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB846E is #247B91. Grayscale: #9B9B9B. Windows color (decimal): -2390930 or 7242971. OLE color: 7242971.
HSL color Cylindrical-coordinate representation of color #DB846E: hue angle of 12.11º 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 #DB846E is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 110 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.14 |
| HSL | 12.11º | 0.6% | 0.65% | - |
| HSV(B) | 12.11º | 0.5% | 0.86% | - |
| XYZ | 40.28 | 32.69 | 18.94 | - |
| YUV | 155.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 110 | 0 | 0.40 | 0.50 | 0.14 | 12.11 | 0.6 | 0.65 |
| Hex | DB | 84 | 6E | 0 | 28 | 32 | E | C | 3C | 41 |
| Octal | 333 | 204 | 156 | 0 | 50 | 62 | 16 | 14 | 74 | 101 |
| Binary | 11011011 | 10000100 | 1101110 | 0 | 101000 | 110010 | 1110 | 1100 | 111100 | 1000001 |
Color Harmonies of #DB846E
Complementary color
Monochromatic Colors of #DB846E
Black with #DB846E
Text Example
Text Example
White with #DB846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB846E; }
p { color: rgb(219,132,110); }
H1.HeaderClassName
{
color: #DB846E;
}
.AnyTagClassName
{
color: #DB846E;
}
</style>
background-color css
<style>
a { background-color: #DB846E; }
a { background-color: rgb(219,132,110); }
div.DivClassName
{
background-color: #DB846E;
}
.BgClassName
{
background-color: #DB846E;
}
</style>
border-color css
<style>
span { border-color: #DB846E; }
span { border-color: rgb(219,132,110); }
td.TdClassName
{
border-color: #DB846E;
}
.TagClassName
{
border-color: #DB846E;
}
</style>