Shades of New York Pink #DB7F72
Tints of New York Pink #DB7F72
RGB
CMYK
RGB Variations
Color information
#DB7F72 (or 0xDB7F72) is known color: New York Pink. HEX triplet: DB, 7F and 72. RGB value is (219,127,114). Sum of RGB (Red+Green+Blue) = 219+127+114=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F72 is #24808D. Grayscale: #999999. Windows color (decimal): -2392206 or 7503835. OLE color: 7503835.
HSL color Cylindrical-coordinate representation of color #DB7F72: hue angle of 7.43º 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 #DB7F72 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 114 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.14 |
| HSL | 7.43º | 0.59% | 0.65% | - |
| HSV(B) | 7.43º | 0.48% | 0.86% | - |
| XYZ | 39.84 | 31.45 | 19.89 | - |
| YUV | 153.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 114 | 0 | 0.42 | 0.48 | 0.14 | 7.43 | 0.59 | 0.65 |
| Hex | DB | 7F | 72 | 0 | 2A | 30 | E | 7 | 3B | 41 |
| Octal | 333 | 177 | 162 | 0 | 52 | 60 | 16 | 7 | 73 | 101 |
| Binary | 11011011 | 1111111 | 1110010 | 0 | 101010 | 110000 | 1110 | 111 | 111011 | 1000001 |
Color Harmonies of #DB7F72
Complementary color
Monochromatic Colors of #DB7F72
Black with #DB7F72
Text Example
Text Example
White with #DB7F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F72; }
p { color: rgb(219,127,114); }
H1.HeaderClassName
{
color: #DB7F72;
}
.AnyTagClassName
{
color: #DB7F72;
}
</style>
background-color css
<style>
a { background-color: #DB7F72; }
a { background-color: rgb(219,127,114); }
div.DivClassName
{
background-color: #DB7F72;
}
.BgClassName
{
background-color: #DB7F72;
}
</style>
border-color css
<style>
span { border-color: #DB7F72; }
span { border-color: rgb(219,127,114); }
td.TdClassName
{
border-color: #DB7F72;
}
.TagClassName
{
border-color: #DB7F72;
}
</style>