Shades of New York Pink #DA816E
Tints of New York Pink #DA816E
RGB
CMYK
RGB Variations
Color information
#DA816E (or 0xDA816E) is known color: New York Pink. HEX triplet: DA, 81 and 6E. RGB value is (218,129,110). Sum of RGB (Red+Green+Blue) = 218+129+110=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA816E is #257E91. Grayscale: #999999. Windows color (decimal): -2457234 or 7242202. OLE color: 7242202.
HSL color Cylindrical-coordinate representation of color #DA816E: hue angle of 10.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA816E is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 110 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.15 |
| HSL | 10.56º | 0.59% | 0.64% | - |
| HSV(B) | 10.56º | 0.5% | 0.85% | - |
| XYZ | 39.58 | 31.73 | 18.79 | - |
| YUV | 153.45 | 103.49 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 110 | 0 | 0.41 | 0.50 | 0.15 | 10.56 | 0.59 | 0.64 |
| Hex | DA | 81 | 6E | 0 | 29 | 32 | F | B | 3B | 40 |
| Octal | 332 | 201 | 156 | 0 | 51 | 62 | 17 | 13 | 73 | 100 |
| Binary | 11011010 | 10000001 | 1101110 | 0 | 101001 | 110010 | 1111 | 1011 | 111011 | 1000000 |
Color Harmonies of #DA816E
Complementary color
Monochromatic Colors of #DA816E
Black with #DA816E
Text Example
Text Example
White with #DA816E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA816E; }
p { color: rgb(218,129,110); }
H1.HeaderClassName
{
color: #DA816E;
}
.AnyTagClassName
{
color: #DA816E;
}
</style>
background-color css
<style>
a { background-color: #DA816E; }
a { background-color: rgb(218,129,110); }
div.DivClassName
{
background-color: #DA816E;
}
.BgClassName
{
background-color: #DA816E;
}
</style>
border-color css
<style>
span { border-color: #DA816E; }
span { border-color: rgb(218,129,110); }
td.TdClassName
{
border-color: #DA816E;
}
.TagClassName
{
border-color: #DA816E;
}
</style>