Shades of New York Pink #DB8A75
Tints of New York Pink #DB8A75
RGB
CMYK
RGB Variations
Color information
#DB8A75 (or 0xDB8A75) is known color: New York Pink. HEX triplet: DB, 8A and 75. RGB value is (219,138,117). Sum of RGB (Red+Green+Blue) = 219+138+117=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A75 is #24758A. Grayscale: #9F9F9F. Windows color (decimal): -2389387 or 7703259. OLE color: 7703259.
HSL color Cylindrical-coordinate representation of color #DB8A75: hue angle of 12.35º 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 #DB8A75 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 117 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.14 |
| HSL | 12.35º | 0.59% | 0.66% | - |
| HSV(B) | 12.35º | 0.47% | 0.86% | - |
| XYZ | 41.51 | 34.52 | 21.3 | - |
| YUV | 159.83 | 103.84 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 117 | 0 | 0.37 | 0.47 | 0.14 | 12.35 | 0.59 | 0.66 |
| Hex | DB | 8A | 75 | 0 | 25 | 2F | E | C | 3B | 42 |
| Octal | 333 | 212 | 165 | 0 | 45 | 57 | 16 | 14 | 73 | 102 |
| Binary | 11011011 | 10001010 | 1110101 | 0 | 100101 | 101111 | 1110 | 1100 | 111011 | 1000010 |
Color Harmonies of #DB8A75
Complementary color
Monochromatic Colors of #DB8A75
Black with #DB8A75
Text Example
Text Example
White with #DB8A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A75; }
p { color: rgb(219,138,117); }
H1.HeaderClassName
{
color: #DB8A75;
}
.AnyTagClassName
{
color: #DB8A75;
}
</style>
background-color css
<style>
a { background-color: #DB8A75; }
a { background-color: rgb(219,138,117); }
div.DivClassName
{
background-color: #DB8A75;
}
.BgClassName
{
background-color: #DB8A75;
}
</style>
border-color css
<style>
span { border-color: #DB8A75; }
span { border-color: rgb(219,138,117); }
td.TdClassName
{
border-color: #DB8A75;
}
.TagClassName
{
border-color: #DB8A75;
}
</style>