Shades of New York Pink #DB8074
Tints of New York Pink #DB8074
RGB
CMYK
RGB Variations
Color information
#DB8074 (or 0xDB8074) is known color: New York Pink. HEX triplet: DB, 80 and 74. RGB value is (219,128,116). Sum of RGB (Red+Green+Blue) = 219+128+116=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8074 is #247F8B. Grayscale: #999999. Windows color (decimal): -2391948 or 7635163. OLE color: 7635163.
HSL color Cylindrical-coordinate representation of color #DB8074: hue angle of 6.99º 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 #DB8074 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 116 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.14 |
| HSL | 6.99º | 0.59% | 0.66% | - |
| HSV(B) | 6.99º | 0.47% | 0.86% | - |
| XYZ | 40.08 | 31.76 | 20.54 | - |
| YUV | 153.84 | 106.65 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 116 | 0 | 0.42 | 0.47 | 0.14 | 6.99 | 0.59 | 0.66 |
| Hex | DB | 80 | 74 | 0 | 2A | 2F | E | 7 | 3B | 42 |
| Octal | 333 | 200 | 164 | 0 | 52 | 57 | 16 | 7 | 73 | 102 |
| Binary | 11011011 | 10000000 | 1110100 | 0 | 101010 | 101111 | 1110 | 111 | 111011 | 1000010 |
Color Harmonies of #DB8074
Complementary color
Monochromatic Colors of #DB8074
Black with #DB8074
Text Example
Text Example
White with #DB8074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8074; }
p { color: rgb(219,128,116); }
H1.HeaderClassName
{
color: #DB8074;
}
.AnyTagClassName
{
color: #DB8074;
}
</style>
background-color css
<style>
a { background-color: #DB8074; }
a { background-color: rgb(219,128,116); }
div.DivClassName
{
background-color: #DB8074;
}
.BgClassName
{
background-color: #DB8074;
}
</style>
border-color css
<style>
span { border-color: #DB8074; }
span { border-color: rgb(219,128,116); }
td.TdClassName
{
border-color: #DB8074;
}
.TagClassName
{
border-color: #DB8074;
}
</style>