Shades of New York Pink #DB7F75
Tints of New York Pink #DB7F75
RGB
CMYK
RGB Variations
Color information
#DB7F75 (or 0xDB7F75) is known color: New York Pink. HEX triplet: DB, 7F and 75. RGB value is (219,127,117). Sum of RGB (Red+Green+Blue) = 219+127+117=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F75 is #24808A. Grayscale: #999999. Windows color (decimal): -2392203 or 7700443. OLE color: 7700443.
HSL color Cylindrical-coordinate representation of color #DB7F75: hue angle of 5.88º 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 #DB7F75 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 117 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.14 |
| HSL | 5.88º | 0.59% | 0.66% | - |
| HSV(B) | 5.88º | 0.47% | 0.86% | - |
| XYZ | 40.01 | 31.52 | 20.81 | - |
| YUV | 153.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 117 | 0 | 0.42 | 0.47 | 0.14 | 5.88 | 0.59 | 0.66 |
| Hex | DB | 7F | 75 | 0 | 2A | 2F | E | 6 | 3B | 42 |
| Octal | 333 | 177 | 165 | 0 | 52 | 57 | 16 | 6 | 73 | 102 |
| Binary | 11011011 | 1111111 | 1110101 | 0 | 101010 | 101111 | 1110 | 110 | 111011 | 1000010 |
Color Harmonies of #DB7F75
Complementary color
Monochromatic Colors of #DB7F75
Black with #DB7F75
Text Example
Text Example
White with #DB7F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F75; }
p { color: rgb(219,127,117); }
H1.HeaderClassName
{
color: #DB7F75;
}
.AnyTagClassName
{
color: #DB7F75;
}
</style>
background-color css
<style>
a { background-color: #DB7F75; }
a { background-color: rgb(219,127,117); }
div.DivClassName
{
background-color: #DB7F75;
}
.BgClassName
{
background-color: #DB7F75;
}
</style>
border-color css
<style>
span { border-color: #DB7F75; }
span { border-color: rgb(219,127,117); }
td.TdClassName
{
border-color: #DB7F75;
}
.TagClassName
{
border-color: #DB7F75;
}
</style>