Shades of New York Pink #DA857A
Tints of New York Pink #DA857A
RGB
CMYK
RGB Variations
Color information
#DA857A (or 0xDA857A) is known color: New York Pink. HEX triplet: DA, 85 and 7A. RGB value is (218,133,122). Sum of RGB (Red+Green+Blue) = 218+133+122=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA857A is #257A85. Grayscale: #9D9D9D. Windows color (decimal): -2456198 or 8029658. OLE color: 8029658.
HSL color Cylindrical-coordinate representation of color #DA857A: hue angle of 6.88º 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 #DA857A is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 122 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.15 |
| HSL | 6.88º | 0.56% | 0.67% | - |
| HSV(B) | 6.88º | 0.44% | 0.85% | - |
| XYZ | 40.81 | 33.09 | 22.65 | - |
| YUV | 157.16 | 108.16 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 122 | 0 | 0.39 | 0.44 | 0.15 | 6.88 | 0.56 | 0.67 |
| Hex | DA | 85 | 7A | 0 | 27 | 2C | F | 7 | 38 | 43 |
| Octal | 332 | 205 | 172 | 0 | 47 | 54 | 17 | 7 | 70 | 103 |
| Binary | 11011010 | 10000101 | 1111010 | 0 | 100111 | 101100 | 1111 | 111 | 111000 | 1000011 |
Color Harmonies of #DA857A
Complementary color
Monochromatic Colors of #DA857A
Black with #DA857A
Text Example
Text Example
White with #DA857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA857A; }
p { color: rgb(218,133,122); }
H1.HeaderClassName
{
color: #DA857A;
}
.AnyTagClassName
{
color: #DA857A;
}
</style>
background-color css
<style>
a { background-color: #DA857A; }
a { background-color: rgb(218,133,122); }
div.DivClassName
{
background-color: #DA857A;
}
.BgClassName
{
background-color: #DA857A;
}
</style>
border-color css
<style>
span { border-color: #DA857A; }
span { border-color: rgb(218,133,122); }
td.TdClassName
{
border-color: #DA857A;
}
.TagClassName
{
border-color: #DA857A;
}
</style>