Shades of New York Pink #DB7C72
Tints of New York Pink #DB7C72
RGB
CMYK
RGB Variations
Color information
#DB7C72 (or 0xDB7C72) is known color: New York Pink. HEX triplet: DB, 7C and 72. RGB value is (219,124,114). Sum of RGB (Red+Green+Blue) = 219+124+114=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7C72 is #24838D. Grayscale: #979797. Windows color (decimal): -2392974 or 7503067. OLE color: 7503067.
HSL color Cylindrical-coordinate representation of color #DB7C72: hue angle of 5.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB7C72 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 114 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.14 |
| HSL | 5.71º | 0.59% | 0.65% | - |
| HSV(B) | 5.71º | 0.48% | 0.86% | - |
| XYZ | 39.46 | 30.69 | 19.76 | - |
| YUV | 151.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 114 | 0 | 0.43 | 0.48 | 0.14 | 5.71 | 0.59 | 0.65 |
| Hex | DB | 7C | 72 | 0 | 2B | 30 | E | 6 | 3B | 41 |
| Octal | 333 | 174 | 162 | 0 | 53 | 60 | 16 | 6 | 73 | 101 |
| Binary | 11011011 | 1111100 | 1110010 | 0 | 101011 | 110000 | 1110 | 110 | 111011 | 1000001 |
Color Harmonies of #DB7C72
Complementary color
Monochromatic Colors of #DB7C72
Black with #DB7C72
Text Example
Text Example
White with #DB7C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C72; }
p { color: rgb(219,124,114); }
H1.HeaderClassName
{
color: #DB7C72;
}
.AnyTagClassName
{
color: #DB7C72;
}
</style>
background-color css
<style>
a { background-color: #DB7C72; }
a { background-color: rgb(219,124,114); }
div.DivClassName
{
background-color: #DB7C72;
}
.BgClassName
{
background-color: #DB7C72;
}
</style>
border-color css
<style>
span { border-color: #DB7C72; }
span { border-color: rgb(219,124,114); }
td.TdClassName
{
border-color: #DB7C72;
}
.TagClassName
{
border-color: #DB7C72;
}
</style>