Shades of New York Pink #DB816B
Tints of New York Pink #DB816B
RGB
CMYK
RGB Variations
Color information
#DB816B (or 0xDB816B) is known color: New York Pink. HEX triplet: DB, 81 and 6B. RGB value is (219,129,107). Sum of RGB (Red+Green+Blue) = 219+129+107=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB816B is #247E94. Grayscale: #999999. Windows color (decimal): -2391701 or 7045595. OLE color: 7045595.
HSL color Cylindrical-coordinate representation of color #DB816B: hue angle of 11.79º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB816B is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 107 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.14 |
| HSL | 11.79º | 0.61% | 0.64% | - |
| HSV(B) | 11.79º | 0.51% | 0.86% | - |
| XYZ | 39.72 | 31.82 | 17.96 | - |
| YUV | 153.4 | 101.82 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 107 | 0 | 0.41 | 0.51 | 0.14 | 11.79 | 0.61 | 0.64 |
| Hex | DB | 81 | 6B | 0 | 29 | 33 | E | C | 3D | 40 |
| Octal | 333 | 201 | 153 | 0 | 51 | 63 | 16 | 14 | 75 | 100 |
| Binary | 11011011 | 10000001 | 1101011 | 0 | 101001 | 110011 | 1110 | 1100 | 111101 | 1000000 |
Color Harmonies of #DB816B
Complementary color
Monochromatic Colors of #DB816B
Black with #DB816B
Text Example
Text Example
White with #DB816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB816B; }
p { color: rgb(219,129,107); }
H1.HeaderClassName
{
color: #DB816B;
}
.AnyTagClassName
{
color: #DB816B;
}
</style>
background-color css
<style>
a { background-color: #DB816B; }
a { background-color: rgb(219,129,107); }
div.DivClassName
{
background-color: #DB816B;
}
.BgClassName
{
background-color: #DB816B;
}
</style>
border-color css
<style>
span { border-color: #DB816B; }
span { border-color: rgb(219,129,107); }
td.TdClassName
{
border-color: #DB816B;
}
.TagClassName
{
border-color: #DB816B;
}
</style>