Shades of New York Pink #DA847A
Tints of New York Pink #DA847A
RGB
CMYK
RGB Variations
Color information
#DA847A (or 0xDA847A) is known color: New York Pink. HEX triplet: DA, 84 and 7A. RGB value is (218,132,122). Sum of RGB (Red+Green+Blue) = 218+132+122=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA847A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA847A is #257B85. Grayscale: #9C9C9C. Windows color (decimal): -2456454 or 8029402. OLE color: 8029402.
HSL color Cylindrical-coordinate representation of color #DA847A: hue angle of 6.25º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA847A is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 122 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.15 |
| HSL | 6.25º | 0.56% | 0.67% | - |
| HSV(B) | 6.25º | 0.44% | 0.85% | - |
| XYZ | 40.68 | 32.81 | 22.6 | - |
| YUV | 156.57 | 108.49 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 122 | 0 | 0.39 | 0.44 | 0.15 | 6.25 | 0.56 | 0.67 |
| Hex | DA | 84 | 7A | 0 | 27 | 2C | F | 6 | 38 | 43 |
| Octal | 332 | 204 | 172 | 0 | 47 | 54 | 17 | 6 | 70 | 103 |
| Binary | 11011010 | 10000100 | 1111010 | 0 | 100111 | 101100 | 1111 | 110 | 111000 | 1000011 |
Color Harmonies of #DA847A
Complementary color
Monochromatic Colors of #DA847A
Black with #DA847A
Text Example
Text Example
White with #DA847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA847A; }
p { color: rgb(218,132,122); }
H1.HeaderClassName
{
color: #DA847A;
}
.AnyTagClassName
{
color: #DA847A;
}
</style>
background-color css
<style>
a { background-color: #DA847A; }
a { background-color: rgb(218,132,122); }
div.DivClassName
{
background-color: #DA847A;
}
.BgClassName
{
background-color: #DA847A;
}
</style>
border-color css
<style>
span { border-color: #DA847A; }
span { border-color: rgb(218,132,122); }
td.TdClassName
{
border-color: #DA847A;
}
.TagClassName
{
border-color: #DA847A;
}
</style>