Shades of New York Pink #DB816C
Tints of New York Pink #DB816C
RGB
CMYK
RGB Variations
Color information
#DB816C (or 0xDB816C) is known color: New York Pink. HEX triplet: DB, 81 and 6C. RGB value is (219,129,108). Sum of RGB (Red+Green+Blue) = 219+129+108=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB816C is #247E93. Grayscale: #999999. Windows color (decimal): -2391700 or 7111131. OLE color: 7111131.
HSL color Cylindrical-coordinate representation of color #DB816C: hue angle of 11.35º 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 #DB816C is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 108 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.14 |
| HSL | 11.35º | 0.61% | 0.64% | - |
| HSV(B) | 11.35º | 0.51% | 0.86% | - |
| XYZ | 39.77 | 31.84 | 18.24 | - |
| YUV | 153.52 | 102.32 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 108 | 0 | 0.41 | 0.51 | 0.14 | 11.35 | 0.61 | 0.64 |
| Hex | DB | 81 | 6C | 0 | 29 | 33 | E | B | 3D | 40 |
| Octal | 333 | 201 | 154 | 0 | 51 | 63 | 16 | 13 | 75 | 100 |
| Binary | 11011011 | 10000001 | 1101100 | 0 | 101001 | 110011 | 1110 | 1011 | 111101 | 1000000 |
Color Harmonies of #DB816C
Complementary color
Monochromatic Colors of #DB816C
Black with #DB816C
Text Example
Text Example
White with #DB816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB816C; }
p { color: rgb(219,129,108); }
H1.HeaderClassName
{
color: #DB816C;
}
.AnyTagClassName
{
color: #DB816C;
}
</style>
background-color css
<style>
a { background-color: #DB816C; }
a { background-color: rgb(219,129,108); }
div.DivClassName
{
background-color: #DB816C;
}
.BgClassName
{
background-color: #DB816C;
}
</style>
border-color css
<style>
span { border-color: #DB816C; }
span { border-color: rgb(219,129,108); }
td.TdClassName
{
border-color: #DB816C;
}
.TagClassName
{
border-color: #DB816C;
}
</style>