Shades of New York Pink #DB7D72
Tints of New York Pink #DB7D72
RGB
CMYK
RGB Variations
Color information
#DB7D72 (or 0xDB7D72) is known color: New York Pink. HEX triplet: DB, 7D and 72. RGB value is (219,125,114). Sum of RGB (Red+Green+Blue) = 219+125+114=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D72 is #24828D. Grayscale: #979797. Windows color (decimal): -2392718 or 7503323. OLE color: 7503323.
HSL color Cylindrical-coordinate representation of color #DB7D72: hue angle of 6.29º 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 #DB7D72 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 114 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.14 |
| HSL | 6.29º | 0.59% | 0.65% | - |
| HSV(B) | 6.29º | 0.48% | 0.86% | - |
| XYZ | 39.58 | 30.94 | 19.81 | - |
| YUV | 151.85 | 106.64 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 114 | 0 | 0.43 | 0.48 | 0.14 | 6.29 | 0.59 | 0.65 |
| Hex | DB | 7D | 72 | 0 | 2B | 30 | E | 6 | 3B | 41 |
| Octal | 333 | 175 | 162 | 0 | 53 | 60 | 16 | 6 | 73 | 101 |
| Binary | 11011011 | 1111101 | 1110010 | 0 | 101011 | 110000 | 1110 | 110 | 111011 | 1000001 |
Color Harmonies of #DB7D72
Complementary color
Monochromatic Colors of #DB7D72
Black with #DB7D72
Text Example
Text Example
White with #DB7D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D72; }
p { color: rgb(219,125,114); }
H1.HeaderClassName
{
color: #DB7D72;
}
.AnyTagClassName
{
color: #DB7D72;
}
</style>
background-color css
<style>
a { background-color: #DB7D72; }
a { background-color: rgb(219,125,114); }
div.DivClassName
{
background-color: #DB7D72;
}
.BgClassName
{
background-color: #DB7D72;
}
</style>
border-color css
<style>
span { border-color: #DB7D72; }
span { border-color: rgb(219,125,114); }
td.TdClassName
{
border-color: #DB7D72;
}
.TagClassName
{
border-color: #DB7D72;
}
</style>