Shades of New York Pink #DB8174
Tints of New York Pink #DB8174
RGB
CMYK
RGB Variations
Color information
#DB8174 (or 0xDB8174) is known color: New York Pink. HEX triplet: DB, 81 and 74. RGB value is (219,129,116). Sum of RGB (Red+Green+Blue) = 219+129+116=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8174 is #247E8B. Grayscale: #9A9A9A. Windows color (decimal): -2391692 or 7635419. OLE color: 7635419.
HSL color Cylindrical-coordinate representation of color #DB8174: hue angle of 7.57º 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 #DB8174 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 116 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.14 |
| HSL | 7.57º | 0.59% | 0.66% | - |
| HSV(B) | 7.57º | 0.47% | 0.86% | - |
| XYZ | 40.22 | 32.02 | 20.58 | - |
| YUV | 154.43 | 106.32 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 116 | 0 | 0.41 | 0.47 | 0.14 | 7.57 | 0.59 | 0.66 |
| Hex | DB | 81 | 74 | 0 | 29 | 2F | E | 8 | 3B | 42 |
| Octal | 333 | 201 | 164 | 0 | 51 | 57 | 16 | 10 | 73 | 102 |
| Binary | 11011011 | 10000001 | 1110100 | 0 | 101001 | 101111 | 1110 | 1000 | 111011 | 1000010 |
Color Harmonies of #DB8174
Complementary color
Monochromatic Colors of #DB8174
Black with #DB8174
Text Example
Text Example
White with #DB8174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8174; }
p { color: rgb(219,129,116); }
H1.HeaderClassName
{
color: #DB8174;
}
.AnyTagClassName
{
color: #DB8174;
}
</style>
background-color css
<style>
a { background-color: #DB8174; }
a { background-color: rgb(219,129,116); }
div.DivClassName
{
background-color: #DB8174;
}
.BgClassName
{
background-color: #DB8174;
}
</style>
border-color css
<style>
span { border-color: #DB8174; }
span { border-color: rgb(219,129,116); }
td.TdClassName
{
border-color: #DB8174;
}
.TagClassName
{
border-color: #DB8174;
}
</style>