Shades of New York Pink #DB7F68
Tints of New York Pink #DB7F68
RGB
CMYK
RGB Variations
Color information
#DB7F68 (or 0xDB7F68) is known color: New York Pink. HEX triplet: DB, 7F and 68. RGB value is (219,127,104). Sum of RGB (Red+Green+Blue) = 219+127+104=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F68 is #248097. Grayscale: #989898. Windows color (decimal): -2392216 or 6848475. OLE color: 6848475.
HSL color Cylindrical-coordinate representation of color #DB7F68: hue angle of 12º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB7F68 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 104 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.14 |
| HSL | 12º | 0.61% | 0.63% | - |
| HSV(B) | 12º | 0.53% | 0.86% | - |
| XYZ | 39.3 | 31.24 | 17.05 | - |
| YUV | 151.89 | 100.98 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 104 | 0 | 0.42 | 0.53 | 0.14 | 12 | 0.61 | 0.63 |
| Hex | DB | 7F | 68 | 0 | 2A | 35 | E | C | 3D | 3F |
| Octal | 333 | 177 | 150 | 0 | 52 | 65 | 16 | 14 | 75 | 77 |
| Binary | 11011011 | 1111111 | 1101000 | 0 | 101010 | 110101 | 1110 | 1100 | 111101 | 111111 |
Color Harmonies of #DB7F68
Complementary color
Monochromatic Colors of #DB7F68
Black with #DB7F68
Text Example
Text Example
White with #DB7F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F68; }
p { color: rgb(219,127,104); }
H1.HeaderClassName
{
color: #DB7F68;
}
.AnyTagClassName
{
color: #DB7F68;
}
</style>
background-color css
<style>
a { background-color: #DB7F68; }
a { background-color: rgb(219,127,104); }
div.DivClassName
{
background-color: #DB7F68;
}
.BgClassName
{
background-color: #DB7F68;
}
</style>
border-color css
<style>
span { border-color: #DB7F68; }
span { border-color: rgb(219,127,104); }
td.TdClassName
{
border-color: #DB7F68;
}
.TagClassName
{
border-color: #DB7F68;
}
</style>