Shades of New York Pink #DA8579
Tints of New York Pink #DA8579
RGB
CMYK
RGB Variations
Color information
#DA8579 (or 0xDA8579) is known color: New York Pink. HEX triplet: DA, 85 and 79. RGB value is (218,133,121). Sum of RGB (Red+Green+Blue) = 218+133+121=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8579 is #257A86. Grayscale: #9D9D9D. Windows color (decimal): -2456199 or 7964122. OLE color: 7964122.
HSL color Cylindrical-coordinate representation of color #DA8579: hue angle of 7.42º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA8579 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 121 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.15 |
| HSL | 7.42º | 0.57% | 0.66% | - |
| HSV(B) | 7.42º | 0.44% | 0.85% | - |
| XYZ | 40.75 | 33.06 | 22.32 | - |
| YUV | 157.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 121 | 0 | 0.39 | 0.44 | 0.15 | 7.42 | 0.57 | 0.66 |
| Hex | DA | 85 | 79 | 0 | 27 | 2C | F | 7 | 39 | 42 |
| Octal | 332 | 205 | 171 | 0 | 47 | 54 | 17 | 7 | 71 | 102 |
| Binary | 11011010 | 10000101 | 1111001 | 0 | 100111 | 101100 | 1111 | 111 | 111001 | 1000010 |
Color Harmonies of #DA8579
Complementary color
Monochromatic Colors of #DA8579
Black with #DA8579
Text Example
Text Example
White with #DA8579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8579; }
p { color: rgb(218,133,121); }
H1.HeaderClassName
{
color: #DA8579;
}
.AnyTagClassName
{
color: #DA8579;
}
</style>
background-color css
<style>
a { background-color: #DA8579; }
a { background-color: rgb(218,133,121); }
div.DivClassName
{
background-color: #DA8579;
}
.BgClassName
{
background-color: #DA8579;
}
</style>
border-color css
<style>
span { border-color: #DA8579; }
span { border-color: rgb(218,133,121); }
td.TdClassName
{
border-color: #DA8579;
}
.TagClassName
{
border-color: #DA8579;
}
</style>