Shades of New York Pink #DB756A
Tints of New York Pink #DB756A
RGB
CMYK
RGB Variations
Color information
#DB756A (or 0xDB756A) is known color: New York Pink. HEX triplet: DB, 75 and 6A. RGB value is (219,117,106). Sum of RGB (Red+Green+Blue) = 219+117+106=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB756A is #248A95. Grayscale: #929292. Windows color (decimal): -2394774 or 6976987. OLE color: 6976987.
HSL color Cylindrical-coordinate representation of color #DB756A: hue angle of 5.84º 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 #DB756A is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 106 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.14 |
| HSL | 5.84º | 0.61% | 0.64% | - |
| HSV(B) | 5.84º | 0.52% | 0.86% | - |
| XYZ | 38.18 | 28.82 | 17.19 | - |
| YUV | 146.24 | 105.29 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 106 | 0 | 0.47 | 0.52 | 0.14 | 5.84 | 0.61 | 0.64 |
| Hex | DB | 75 | 6A | 0 | 2F | 34 | E | 6 | 3D | 40 |
| Octal | 333 | 165 | 152 | 0 | 57 | 64 | 16 | 6 | 75 | 100 |
| Binary | 11011011 | 1110101 | 1101010 | 0 | 101111 | 110100 | 1110 | 110 | 111101 | 1000000 |
Color Harmonies of #DB756A
Complementary color
Monochromatic Colors of #DB756A
Black with #DB756A
Text Example
Text Example
White with #DB756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB756A; }
p { color: rgb(219,117,106); }
H1.HeaderClassName
{
color: #DB756A;
}
.AnyTagClassName
{
color: #DB756A;
}
</style>
background-color css
<style>
a { background-color: #DB756A; }
a { background-color: rgb(219,117,106); }
div.DivClassName
{
background-color: #DB756A;
}
.BgClassName
{
background-color: #DB756A;
}
</style>
border-color css
<style>
span { border-color: #DB756A; }
span { border-color: rgb(219,117,106); }
td.TdClassName
{
border-color: #DB756A;
}
.TagClassName
{
border-color: #DB756A;
}
</style>