Shades of New York Pink #DB8875
Tints of New York Pink #DB8875
RGB
CMYK
RGB Variations
Color information
#DB8875 (or 0xDB8875) is known color: New York Pink. HEX triplet: DB, 88 and 75. RGB value is (219,136,117). Sum of RGB (Red+Green+Blue) = 219+136+117=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8875 is #24778A. Grayscale: #9E9E9E. Windows color (decimal): -2389899 or 7702747. OLE color: 7702747.
HSL color Cylindrical-coordinate representation of color #DB8875: hue angle of 11.18º 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 #DB8875 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 117 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.14 |
| HSL | 11.18º | 0.59% | 0.66% | - |
| HSV(B) | 11.18º | 0.47% | 0.86% | - |
| XYZ | 41.23 | 33.95 | 21.21 | - |
| YUV | 158.65 | 104.5 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 117 | 0 | 0.38 | 0.47 | 0.14 | 11.18 | 0.59 | 0.66 |
| Hex | DB | 88 | 75 | 0 | 26 | 2F | E | B | 3B | 42 |
| Octal | 333 | 210 | 165 | 0 | 46 | 57 | 16 | 13 | 73 | 102 |
| Binary | 11011011 | 10001000 | 1110101 | 0 | 100110 | 101111 | 1110 | 1011 | 111011 | 1000010 |
Color Harmonies of #DB8875
Complementary color
Monochromatic Colors of #DB8875
Black with #DB8875
Text Example
Text Example
White with #DB8875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8875; }
p { color: rgb(219,136,117); }
H1.HeaderClassName
{
color: #DB8875;
}
.AnyTagClassName
{
color: #DB8875;
}
</style>
background-color css
<style>
a { background-color: #DB8875; }
a { background-color: rgb(219,136,117); }
div.DivClassName
{
background-color: #DB8875;
}
.BgClassName
{
background-color: #DB8875;
}
</style>
border-color css
<style>
span { border-color: #DB8875; }
span { border-color: rgb(219,136,117); }
td.TdClassName
{
border-color: #DB8875;
}
.TagClassName
{
border-color: #DB8875;
}
</style>