Shades of New York Pink #DB8278
Tints of New York Pink #DB8278
RGB
CMYK
RGB Variations
Color information
#DB8278 (or 0xDB8278) is known color: New York Pink. HEX triplet: DB, 82 and 78. RGB value is (219,130,120). Sum of RGB (Red+Green+Blue) = 219+130+120=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8278 is #247D87. Grayscale: #9B9B9B. Windows color (decimal): -2391432 or 7897819. OLE color: 7897819.
HSL color Cylindrical-coordinate representation of color #DB8278: hue angle of 6.06º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB8278 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 120 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.14 |
| HSL | 6.06º | 0.58% | 0.66% | - |
| HSV(B) | 6.06º | 0.45% | 0.86% | - |
| XYZ | 40.59 | 32.38 | 21.88 | - |
| YUV | 155.47 | 107.99 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 120 | 0 | 0.41 | 0.45 | 0.14 | 6.06 | 0.58 | 0.66 |
| Hex | DB | 82 | 78 | 0 | 29 | 2D | E | 6 | 3A | 42 |
| Octal | 333 | 202 | 170 | 0 | 51 | 55 | 16 | 6 | 72 | 102 |
| Binary | 11011011 | 10000010 | 1111000 | 0 | 101001 | 101101 | 1110 | 110 | 111010 | 1000010 |
Color Harmonies of #DB8278
Complementary color
Monochromatic Colors of #DB8278
Black with #DB8278
Text Example
Text Example
White with #DB8278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8278; }
p { color: rgb(219,130,120); }
H1.HeaderClassName
{
color: #DB8278;
}
.AnyTagClassName
{
color: #DB8278;
}
</style>
background-color css
<style>
a { background-color: #DB8278; }
a { background-color: rgb(219,130,120); }
div.DivClassName
{
background-color: #DB8278;
}
.BgClassName
{
background-color: #DB8278;
}
</style>
border-color css
<style>
span { border-color: #DB8278; }
span { border-color: rgb(219,130,120); }
td.TdClassName
{
border-color: #DB8278;
}
.TagClassName
{
border-color: #DB8278;
}
</style>