Shades of New York Pink #DB8975
Tints of New York Pink #DB8975
RGB
CMYK
RGB Variations
Color information
#DB8975 (or 0xDB8975) is known color: New York Pink. HEX triplet: DB, 89 and 75. RGB value is (219,137,117). Sum of RGB (Red+Green+Blue) = 219+137+117=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8975 is #24768A. Grayscale: #9F9F9F. Windows color (decimal): -2389643 or 7703003. OLE color: 7703003.
HSL color Cylindrical-coordinate representation of color #DB8975: hue angle of 11.76º 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 #DB8975 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 117 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.14 |
| HSL | 11.76º | 0.59% | 0.66% | - |
| HSV(B) | 11.76º | 0.47% | 0.86% | - |
| XYZ | 41.37 | 34.24 | 21.26 | - |
| YUV | 159.24 | 104.17 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 117 | 0 | 0.37 | 0.47 | 0.14 | 11.76 | 0.59 | 0.66 |
| Hex | DB | 89 | 75 | 0 | 25 | 2F | E | C | 3B | 42 |
| Octal | 333 | 211 | 165 | 0 | 45 | 57 | 16 | 14 | 73 | 102 |
| Binary | 11011011 | 10001001 | 1110101 | 0 | 100101 | 101111 | 1110 | 1100 | 111011 | 1000010 |
Color Harmonies of #DB8975
Complementary color
Monochromatic Colors of #DB8975
Black with #DB8975
Text Example
Text Example
White with #DB8975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8975; }
p { color: rgb(219,137,117); }
H1.HeaderClassName
{
color: #DB8975;
}
.AnyTagClassName
{
color: #DB8975;
}
</style>
background-color css
<style>
a { background-color: #DB8975; }
a { background-color: rgb(219,137,117); }
div.DivClassName
{
background-color: #DB8975;
}
.BgClassName
{
background-color: #DB8975;
}
</style>
border-color css
<style>
span { border-color: #DB8975; }
span { border-color: rgb(219,137,117); }
td.TdClassName
{
border-color: #DB8975;
}
.TagClassName
{
border-color: #DB8975;
}
</style>