Shades of New York Pink #DB816D
Tints of New York Pink #DB816D
RGB
CMYK
RGB Variations
Color information
#DB816D (or 0xDB816D) is known color: New York Pink. HEX triplet: DB, 81 and 6D. RGB value is (219,129,109). Sum of RGB (Red+Green+Blue) = 219+129+109=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB816D is #247E92. Grayscale: #999999. Windows color (decimal): -2391699 or 7176667. OLE color: 7176667.
HSL color Cylindrical-coordinate representation of color #DB816D: hue angle of 10.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB816D is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 109 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.14 |
| HSL | 10.91º | 0.6% | 0.64% | - |
| HSV(B) | 10.91º | 0.5% | 0.86% | - |
| XYZ | 39.82 | 31.86 | 18.52 | - |
| YUV | 153.63 | 102.82 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 109 | 0 | 0.41 | 0.50 | 0.14 | 10.91 | 0.6 | 0.64 |
| Hex | DB | 81 | 6D | 0 | 29 | 32 | E | B | 3C | 40 |
| Octal | 333 | 201 | 155 | 0 | 51 | 62 | 16 | 13 | 74 | 100 |
| Binary | 11011011 | 10000001 | 1101101 | 0 | 101001 | 110010 | 1110 | 1011 | 111100 | 1000000 |
Color Harmonies of #DB816D
Complementary color
Monochromatic Colors of #DB816D
Black with #DB816D
Text Example
Text Example
White with #DB816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB816D; }
p { color: rgb(219,129,109); }
H1.HeaderClassName
{
color: #DB816D;
}
.AnyTagClassName
{
color: #DB816D;
}
</style>
background-color css
<style>
a { background-color: #DB816D; }
a { background-color: rgb(219,129,109); }
div.DivClassName
{
background-color: #DB816D;
}
.BgClassName
{
background-color: #DB816D;
}
</style>
border-color css
<style>
span { border-color: #DB816D; }
span { border-color: rgb(219,129,109); }
td.TdClassName
{
border-color: #DB816D;
}
.TagClassName
{
border-color: #DB816D;
}
</style>