Shades of New York Pink #DB8273
Tints of New York Pink #DB8273
RGB
CMYK
RGB Variations
Color information
#DB8273 (or 0xDB8273) is known color: New York Pink. HEX triplet: DB, 82 and 73. RGB value is (219,130,115). Sum of RGB (Red+Green+Blue) = 219+130+115=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8273 is #247D8C. Grayscale: #9B9B9B. Windows color (decimal): -2391437 or 7570139. OLE color: 7570139.
HSL color Cylindrical-coordinate representation of color #DB8273: hue angle of 8.65º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB8273 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 115 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.14 |
| HSL | 8.65º | 0.59% | 0.65% | - |
| HSV(B) | 8.65º | 0.47% | 0.86% | - |
| XYZ | 40.29 | 32.26 | 20.32 | - |
| YUV | 154.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 115 | 0 | 0.41 | 0.47 | 0.14 | 8.65 | 0.59 | 0.65 |
| Hex | DB | 82 | 73 | 0 | 29 | 2F | E | 9 | 3B | 41 |
| Octal | 333 | 202 | 163 | 0 | 51 | 57 | 16 | 11 | 73 | 101 |
| Binary | 11011011 | 10000010 | 1110011 | 0 | 101001 | 101111 | 1110 | 1001 | 111011 | 1000001 |
Color Harmonies of #DB8273
Complementary color
Monochromatic Colors of #DB8273
Black with #DB8273
Text Example
Text Example
White with #DB8273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8273; }
p { color: rgb(219,130,115); }
H1.HeaderClassName
{
color: #DB8273;
}
.AnyTagClassName
{
color: #DB8273;
}
</style>
background-color css
<style>
a { background-color: #DB8273; }
a { background-color: rgb(219,130,115); }
div.DivClassName
{
background-color: #DB8273;
}
.BgClassName
{
background-color: #DB8273;
}
</style>
border-color css
<style>
span { border-color: #DB8273; }
span { border-color: rgb(219,130,115); }
td.TdClassName
{
border-color: #DB8273;
}
.TagClassName
{
border-color: #DB8273;
}
</style>