Shades of New York Pink #DB7B74
Tints of New York Pink #DB7B74
RGB
CMYK
RGB Variations
Color information
#DB7B74 (or 0xDB7B74) is known color: New York Pink. HEX triplet: DB, 7B and 74. RGB value is (219,123,116). Sum of RGB (Red+Green+Blue) = 219+123+116=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B74 is #24848B. Grayscale: #979797. Windows color (decimal): -2393228 or 7633883. OLE color: 7633883.
HSL color Cylindrical-coordinate representation of color #DB7B74: hue angle of 4.08º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7B74 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 116 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.14 |
| HSL | 4.08º | 0.59% | 0.66% | - |
| HSV(B) | 4.08º | 0.47% | 0.86% | - |
| XYZ | 39.45 | 30.49 | 20.33 | - |
| YUV | 150.91 | 108.3 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 116 | 0 | 0.44 | 0.47 | 0.14 | 4.08 | 0.59 | 0.66 |
| Hex | DB | 7B | 74 | 0 | 2C | 2F | E | 4 | 3B | 42 |
| Octal | 333 | 173 | 164 | 0 | 54 | 57 | 16 | 4 | 73 | 102 |
| Binary | 11011011 | 1111011 | 1110100 | 0 | 101100 | 101111 | 1110 | 100 | 111011 | 1000010 |
Color Harmonies of #DB7B74
Complementary color
Monochromatic Colors of #DB7B74
Black with #DB7B74
Text Example
Text Example
White with #DB7B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B74; }
p { color: rgb(219,123,116); }
H1.HeaderClassName
{
color: #DB7B74;
}
.AnyTagClassName
{
color: #DB7B74;
}
</style>
background-color css
<style>
a { background-color: #DB7B74; }
a { background-color: rgb(219,123,116); }
div.DivClassName
{
background-color: #DB7B74;
}
.BgClassName
{
background-color: #DB7B74;
}
</style>
border-color css
<style>
span { border-color: #DB7B74; }
span { border-color: rgb(219,123,116); }
td.TdClassName
{
border-color: #DB7B74;
}
.TagClassName
{
border-color: #DB7B74;
}
</style>