Shades of New York Pink #DA816B
Tints of New York Pink #DA816B
RGB
CMYK
RGB Variations
Color information
#DA816B (or 0xDA816B) is known color: New York Pink. HEX triplet: DA, 81 and 6B. RGB value is (218,129,107). Sum of RGB (Red+Green+Blue) = 218+129+107=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA816B is #257E94. Grayscale: #999999. Windows color (decimal): -2457237 or 7045594. OLE color: 7045594.
HSL color Cylindrical-coordinate representation of color #DA816B: hue angle of 11.89º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA816B is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 107 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.15 |
| HSL | 11.89º | 0.6% | 0.64% | - |
| HSV(B) | 11.89º | 0.51% | 0.85% | - |
| XYZ | 39.42 | 31.67 | 17.94 | - |
| YUV | 153.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 107 | 0 | 0.41 | 0.51 | 0.15 | 11.89 | 0.6 | 0.64 |
| Hex | DA | 81 | 6B | 0 | 29 | 33 | F | C | 3C | 40 |
| Octal | 332 | 201 | 153 | 0 | 51 | 63 | 17 | 14 | 74 | 100 |
| Binary | 11011010 | 10000001 | 1101011 | 0 | 101001 | 110011 | 1111 | 1100 | 111100 | 1000000 |
Color Harmonies of #DA816B
Complementary color
Monochromatic Colors of #DA816B
Black with #DA816B
Text Example
Text Example
White with #DA816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA816B; }
p { color: rgb(218,129,107); }
H1.HeaderClassName
{
color: #DA816B;
}
.AnyTagClassName
{
color: #DA816B;
}
</style>
background-color css
<style>
a { background-color: #DA816B; }
a { background-color: rgb(218,129,107); }
div.DivClassName
{
background-color: #DA816B;
}
.BgClassName
{
background-color: #DA816B;
}
</style>
border-color css
<style>
span { border-color: #DA816B; }
span { border-color: rgb(218,129,107); }
td.TdClassName
{
border-color: #DA816B;
}
.TagClassName
{
border-color: #DA816B;
}
</style>