Shades of New York Pink #DB8475
Tints of New York Pink #DB8475
RGB
CMYK
RGB Variations
Color information
#DB8475 (or 0xDB8475) is known color: New York Pink. HEX triplet: DB, 84 and 75. RGB value is (219,132,117). Sum of RGB (Red+Green+Blue) = 219+132+117=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8475 is #247B8A. Grayscale: #9C9C9C. Windows color (decimal): -2390923 or 7701723. OLE color: 7701723.
HSL color Cylindrical-coordinate representation of color #DB8475: hue angle of 8.82º 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 #DB8475 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 117 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.14 |
| HSL | 8.82º | 0.59% | 0.66% | - |
| HSV(B) | 8.82º | 0.47% | 0.86% | - |
| XYZ | 40.68 | 32.85 | 21.03 | - |
| YUV | 156.3 | 105.82 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 117 | 0 | 0.40 | 0.47 | 0.14 | 8.82 | 0.59 | 0.66 |
| Hex | DB | 84 | 75 | 0 | 28 | 2F | E | 9 | 3B | 42 |
| Octal | 333 | 204 | 165 | 0 | 50 | 57 | 16 | 11 | 73 | 102 |
| Binary | 11011011 | 10000100 | 1110101 | 0 | 101000 | 101111 | 1110 | 1001 | 111011 | 1000010 |
Color Harmonies of #DB8475
Complementary color
Monochromatic Colors of #DB8475
Black with #DB8475
Text Example
Text Example
White with #DB8475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8475; }
p { color: rgb(219,132,117); }
H1.HeaderClassName
{
color: #DB8475;
}
.AnyTagClassName
{
color: #DB8475;
}
</style>
background-color css
<style>
a { background-color: #DB8475; }
a { background-color: rgb(219,132,117); }
div.DivClassName
{
background-color: #DB8475;
}
.BgClassName
{
background-color: #DB8475;
}
</style>
border-color css
<style>
span { border-color: #DB8475; }
span { border-color: rgb(219,132,117); }
td.TdClassName
{
border-color: #DB8475;
}
.TagClassName
{
border-color: #DB8475;
}
</style>