Shades of New York Pink #DB7B73
Tints of New York Pink #DB7B73
RGB
CMYK
RGB Variations
Color information
#DB7B73 (or 0xDB7B73) is known color: New York Pink. HEX triplet: DB, 7B and 73. RGB value is (219,123,115). Sum of RGB (Red+Green+Blue) = 219+123+115=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B73 is #24848C. Grayscale: #969696. Windows color (decimal): -2393229 or 7568347. OLE color: 7568347.
HSL color Cylindrical-coordinate representation of color #DB7B73: hue angle of 4.62º 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 #DB7B73 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 115 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.14 |
| HSL | 4.62º | 0.59% | 0.65% | - |
| HSV(B) | 4.62º | 0.47% | 0.86% | - |
| XYZ | 39.39 | 30.46 | 20.02 | - |
| YUV | 150.79 | 107.8 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 115 | 0 | 0.44 | 0.47 | 0.14 | 4.62 | 0.59 | 0.65 |
| Hex | DB | 7B | 73 | 0 | 2C | 2F | E | 5 | 3B | 41 |
| Octal | 333 | 173 | 163 | 0 | 54 | 57 | 16 | 5 | 73 | 101 |
| Binary | 11011011 | 1111011 | 1110011 | 0 | 101100 | 101111 | 1110 | 101 | 111011 | 1000001 |
Color Harmonies of #DB7B73
Complementary color
Monochromatic Colors of #DB7B73
Black with #DB7B73
Text Example
Text Example
White with #DB7B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B73; }
p { color: rgb(219,123,115); }
H1.HeaderClassName
{
color: #DB7B73;
}
.AnyTagClassName
{
color: #DB7B73;
}
</style>
background-color css
<style>
a { background-color: #DB7B73; }
a { background-color: rgb(219,123,115); }
div.DivClassName
{
background-color: #DB7B73;
}
.BgClassName
{
background-color: #DB7B73;
}
</style>
border-color css
<style>
span { border-color: #DB7B73; }
span { border-color: rgb(219,123,115); }
td.TdClassName
{
border-color: #DB7B73;
}
.TagClassName
{
border-color: #DB7B73;
}
</style>