Shades of New York Pink #DB7C75
Tints of New York Pink #DB7C75
RGB
CMYK
RGB Variations
Color information
#DB7C75 (or 0xDB7C75) is known color: New York Pink. HEX triplet: DB, 7C and 75. RGB value is (219,124,117). Sum of RGB (Red+Green+Blue) = 219+124+117=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7C75 is #24838A. Grayscale: #979797. Windows color (decimal): -2392971 or 7699675. OLE color: 7699675.
HSL color Cylindrical-coordinate representation of color #DB7C75: hue angle of 4.12º 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 #DB7C75 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 117 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.14 |
| HSL | 4.12º | 0.59% | 0.66% | - |
| HSV(B) | 4.12º | 0.47% | 0.86% | - |
| XYZ | 39.63 | 30.76 | 20.68 | - |
| YUV | 151.61 | 108.47 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 117 | 0 | 0.43 | 0.47 | 0.14 | 4.12 | 0.59 | 0.66 |
| Hex | DB | 7C | 75 | 0 | 2B | 2F | E | 4 | 3B | 42 |
| Octal | 333 | 174 | 165 | 0 | 53 | 57 | 16 | 4 | 73 | 102 |
| Binary | 11011011 | 1111100 | 1110101 | 0 | 101011 | 101111 | 1110 | 100 | 111011 | 1000010 |
Color Harmonies of #DB7C75
Complementary color
Monochromatic Colors of #DB7C75
Black with #DB7C75
Text Example
Text Example
White with #DB7C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C75; }
p { color: rgb(219,124,117); }
H1.HeaderClassName
{
color: #DB7C75;
}
.AnyTagClassName
{
color: #DB7C75;
}
</style>
background-color css
<style>
a { background-color: #DB7C75; }
a { background-color: rgb(219,124,117); }
div.DivClassName
{
background-color: #DB7C75;
}
.BgClassName
{
background-color: #DB7C75;
}
</style>
border-color css
<style>
span { border-color: #DB7C75; }
span { border-color: rgb(219,124,117); }
td.TdClassName
{
border-color: #DB7C75;
}
.TagClassName
{
border-color: #DB7C75;
}
</style>