Shades of New York Pink #DB8374
Tints of New York Pink #DB8374
RGB
CMYK
RGB Variations
Color information
#DB8374 (or 0xDB8374) is known color: New York Pink. HEX triplet: DB, 83 and 74. RGB value is (219,131,116). Sum of RGB (Red+Green+Blue) = 219+131+116=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8374 is #247C8B. Grayscale: #9B9B9B. Windows color (decimal): -2391180 or 7635931. OLE color: 7635931.
HSL color Cylindrical-coordinate representation of color #DB8374: hue angle of 8.74º 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 #DB8374 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 116 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.14 |
| HSL | 8.74º | 0.59% | 0.66% | - |
| HSV(B) | 8.74º | 0.47% | 0.86% | - |
| XYZ | 40.48 | 32.55 | 20.67 | - |
| YUV | 155.6 | 105.65 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 116 | 0 | 0.40 | 0.47 | 0.14 | 8.74 | 0.59 | 0.66 |
| Hex | DB | 83 | 74 | 0 | 28 | 2F | E | 9 | 3B | 42 |
| Octal | 333 | 203 | 164 | 0 | 50 | 57 | 16 | 11 | 73 | 102 |
| Binary | 11011011 | 10000011 | 1110100 | 0 | 101000 | 101111 | 1110 | 1001 | 111011 | 1000010 |
Color Harmonies of #DB8374
Complementary color
Monochromatic Colors of #DB8374
Black with #DB8374
Text Example
Text Example
White with #DB8374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8374; }
p { color: rgb(219,131,116); }
H1.HeaderClassName
{
color: #DB8374;
}
.AnyTagClassName
{
color: #DB8374;
}
</style>
background-color css
<style>
a { background-color: #DB8374; }
a { background-color: rgb(219,131,116); }
div.DivClassName
{
background-color: #DB8374;
}
.BgClassName
{
background-color: #DB8374;
}
</style>
border-color css
<style>
span { border-color: #DB8374; }
span { border-color: rgb(219,131,116); }
td.TdClassName
{
border-color: #DB8374;
}
.TagClassName
{
border-color: #DB8374;
}
</style>