Shades of New York Pink #DA846F
Tints of New York Pink #DA846F
RGB
CMYK
RGB Variations
Color information
#DA846F (or 0xDA846F) is known color: New York Pink. HEX triplet: DA, 84 and 6F. RGB value is (218,132,111). Sum of RGB (Red+Green+Blue) = 218+132+111=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA846F is #257B90. Grayscale: #9B9B9B. Windows color (decimal): -2456465 or 7308506. OLE color: 7308506.
HSL color Cylindrical-coordinate representation of color #DA846F: hue angle of 11.78º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA846F is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 111 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.15 |
| HSL | 11.78º | 0.59% | 0.65% | - |
| HSV(B) | 11.78º | 0.49% | 0.85% | - |
| XYZ | 40.03 | 32.56 | 19.21 | - |
| YUV | 155.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 111 | 0 | 0.39 | 0.49 | 0.15 | 11.78 | 0.59 | 0.65 |
| Hex | DA | 84 | 6F | 0 | 27 | 31 | F | C | 3B | 41 |
| Octal | 332 | 204 | 157 | 0 | 47 | 61 | 17 | 14 | 73 | 101 |
| Binary | 11011010 | 10000100 | 1101111 | 0 | 100111 | 110001 | 1111 | 1100 | 111011 | 1000001 |
Color Harmonies of #DA846F
Complementary color
Monochromatic Colors of #DA846F
Black with #DA846F
Text Example
Text Example
White with #DA846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA846F; }
p { color: rgb(218,132,111); }
H1.HeaderClassName
{
color: #DA846F;
}
.AnyTagClassName
{
color: #DA846F;
}
</style>
background-color css
<style>
a { background-color: #DA846F; }
a { background-color: rgb(218,132,111); }
div.DivClassName
{
background-color: #DA846F;
}
.BgClassName
{
background-color: #DA846F;
}
</style>
border-color css
<style>
span { border-color: #DA846F; }
span { border-color: rgb(218,132,111); }
td.TdClassName
{
border-color: #DA846F;
}
.TagClassName
{
border-color: #DA846F;
}
</style>