Shades of New York Pink #DB8274
Tints of New York Pink #DB8274
RGB
CMYK
RGB Variations
Color information
#DB8274 (or 0xDB8274) is known color: New York Pink. HEX triplet: DB, 82 and 74. RGB value is (219,130,116). Sum of RGB (Red+Green+Blue) = 219+130+116=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8274 is #247D8B. Grayscale: #9B9B9B. Windows color (decimal): -2391436 or 7635675. OLE color: 7635675.
HSL color Cylindrical-coordinate representation of color #DB8274: hue angle of 8.16º 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 #DB8274 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 116 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.14 |
| HSL | 8.16º | 0.59% | 0.66% | - |
| HSV(B) | 8.16º | 0.47% | 0.86% | - |
| XYZ | 40.35 | 32.29 | 20.63 | - |
| YUV | 155.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 116 | 0 | 0.41 | 0.47 | 0.14 | 8.16 | 0.59 | 0.66 |
| Hex | DB | 82 | 74 | 0 | 29 | 2F | E | 8 | 3B | 42 |
| Octal | 333 | 202 | 164 | 0 | 51 | 57 | 16 | 10 | 73 | 102 |
| Binary | 11011011 | 10000010 | 1110100 | 0 | 101001 | 101111 | 1110 | 1000 | 111011 | 1000010 |
Color Harmonies of #DB8274
Complementary color
Monochromatic Colors of #DB8274
Black with #DB8274
Text Example
Text Example
White with #DB8274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8274; }
p { color: rgb(219,130,116); }
H1.HeaderClassName
{
color: #DB8274;
}
.AnyTagClassName
{
color: #DB8274;
}
</style>
background-color css
<style>
a { background-color: #DB8274; }
a { background-color: rgb(219,130,116); }
div.DivClassName
{
background-color: #DB8274;
}
.BgClassName
{
background-color: #DB8274;
}
</style>
border-color css
<style>
span { border-color: #DB8274; }
span { border-color: rgb(219,130,116); }
td.TdClassName
{
border-color: #DB8274;
}
.TagClassName
{
border-color: #DB8274;
}
</style>