Shades of New York Pink #DB8675
Tints of New York Pink #DB8675
RGB
CMYK
RGB Variations
Color information
#DB8675 (or 0xDB8675) is known color: New York Pink. HEX triplet: DB, 86 and 75. RGB value is (219,134,117). Sum of RGB (Red+Green+Blue) = 219+134+117=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8675 is #24798A. Grayscale: #9D9D9D. Windows color (decimal): -2390411 or 7702235. OLE color: 7702235.
HSL color Cylindrical-coordinate representation of color #DB8675: hue angle of 10º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB8675 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 117 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.14 |
| HSL | 10º | 0.59% | 0.66% | - |
| HSV(B) | 10º | 0.47% | 0.86% | - |
| XYZ | 40.95 | 33.39 | 21.12 | - |
| YUV | 157.48 | 105.16 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 117 | 0 | 0.39 | 0.47 | 0.14 | 10 | 0.59 | 0.66 |
| Hex | DB | 86 | 75 | 0 | 27 | 2F | E | A | 3B | 42 |
| Octal | 333 | 206 | 165 | 0 | 47 | 57 | 16 | 12 | 73 | 102 |
| Binary | 11011011 | 10000110 | 1110101 | 0 | 100111 | 101111 | 1110 | 1010 | 111011 | 1000010 |
Color Harmonies of #DB8675
Complementary color
Monochromatic Colors of #DB8675
Black with #DB8675
Text Example
Text Example
White with #DB8675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8675; }
p { color: rgb(219,134,117); }
H1.HeaderClassName
{
color: #DB8675;
}
.AnyTagClassName
{
color: #DB8675;
}
</style>
background-color css
<style>
a { background-color: #DB8675; }
a { background-color: rgb(219,134,117); }
div.DivClassName
{
background-color: #DB8675;
}
.BgClassName
{
background-color: #DB8675;
}
</style>
border-color css
<style>
span { border-color: #DB8675; }
span { border-color: rgb(219,134,117); }
td.TdClassName
{
border-color: #DB8675;
}
.TagClassName
{
border-color: #DB8675;
}
</style>