Shades of New York Pink #DB7D69
Tints of New York Pink #DB7D69
RGB
CMYK
RGB Variations
Color information
#DB7D69 (or 0xDB7D69) is known color: New York Pink. HEX triplet: DB, 7D and 69. RGB value is (219,125,105). Sum of RGB (Red+Green+Blue) = 219+125+105=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D69 is #248296. Grayscale: #979797. Windows color (decimal): -2392727 or 6913499. OLE color: 6913499.
HSL color Cylindrical-coordinate representation of color #DB7D69: hue angle of 10.53º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB7D69 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 105 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.14 |
| HSL | 10.53º | 0.61% | 0.64% | - |
| HSV(B) | 10.53º | 0.52% | 0.86% | - |
| XYZ | 39.1 | 30.75 | 17.24 | - |
| YUV | 150.83 | 102.14 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 105 | 0 | 0.43 | 0.52 | 0.14 | 10.53 | 0.61 | 0.64 |
| Hex | DB | 7D | 69 | 0 | 2B | 34 | E | B | 3D | 40 |
| Octal | 333 | 175 | 151 | 0 | 53 | 64 | 16 | 13 | 75 | 100 |
| Binary | 11011011 | 1111101 | 1101001 | 0 | 101011 | 110100 | 1110 | 1011 | 111101 | 1000000 |
Color Harmonies of #DB7D69
Complementary color
Monochromatic Colors of #DB7D69
Black with #DB7D69
Text Example
Text Example
White with #DB7D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D69; }
p { color: rgb(219,125,105); }
H1.HeaderClassName
{
color: #DB7D69;
}
.AnyTagClassName
{
color: #DB7D69;
}
</style>
background-color css
<style>
a { background-color: #DB7D69; }
a { background-color: rgb(219,125,105); }
div.DivClassName
{
background-color: #DB7D69;
}
.BgClassName
{
background-color: #DB7D69;
}
</style>
border-color css
<style>
span { border-color: #DB7D69; }
span { border-color: rgb(219,125,105); }
td.TdClassName
{
border-color: #DB7D69;
}
.TagClassName
{
border-color: #DB7D69;
}
</style>