Shades of New York Pink #DB7F69
Tints of New York Pink #DB7F69
RGB
CMYK
RGB Variations
Color information
#DB7F69 (or 0xDB7F69) is known color: New York Pink. HEX triplet: DB, 7F and 69. RGB value is (219,127,105). Sum of RGB (Red+Green+Blue) = 219+127+105=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F69 is #248096. Grayscale: #989898. Windows color (decimal): -2392215 or 6914011. OLE color: 6914011.
HSL color Cylindrical-coordinate representation of color #DB7F69: hue angle of 11.58º 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 #DB7F69 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 105 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.14 |
| HSL | 11.58º | 0.61% | 0.64% | - |
| HSV(B) | 11.58º | 0.52% | 0.86% | - |
| XYZ | 39.35 | 31.26 | 17.32 | - |
| YUV | 152 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 105 | 0 | 0.42 | 0.52 | 0.14 | 11.58 | 0.61 | 0.64 |
| Hex | DB | 7F | 69 | 0 | 2A | 34 | E | C | 3D | 40 |
| Octal | 333 | 177 | 151 | 0 | 52 | 64 | 16 | 14 | 75 | 100 |
| Binary | 11011011 | 1111111 | 1101001 | 0 | 101010 | 110100 | 1110 | 1100 | 111101 | 1000000 |
Color Harmonies of #DB7F69
Complementary color
Monochromatic Colors of #DB7F69
Black with #DB7F69
Text Example
Text Example
White with #DB7F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F69; }
p { color: rgb(219,127,105); }
H1.HeaderClassName
{
color: #DB7F69;
}
.AnyTagClassName
{
color: #DB7F69;
}
</style>
background-color css
<style>
a { background-color: #DB7F69; }
a { background-color: rgb(219,127,105); }
div.DivClassName
{
background-color: #DB7F69;
}
.BgClassName
{
background-color: #DB7F69;
}
</style>
border-color css
<style>
span { border-color: #DB7F69; }
span { border-color: rgb(219,127,105); }
td.TdClassName
{
border-color: #DB7F69;
}
.TagClassName
{
border-color: #DB7F69;
}
</style>