Shades of New York Pink #DA8577
Tints of New York Pink #DA8577
RGB
CMYK
RGB Variations
Color information
#DA8577 (or 0xDA8577) is known color: New York Pink. HEX triplet: DA, 85 and 77. RGB value is (218,133,119). Sum of RGB (Red+Green+Blue) = 218+133+119=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8577 is #257A88. Grayscale: #9C9C9C. Windows color (decimal): -2456201 or 7833050. OLE color: 7833050.
HSL color Cylindrical-coordinate representation of color #DA8577: hue angle of 8.48º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA8577 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 119 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.15 |
| HSL | 8.48º | 0.57% | 0.66% | - |
| HSV(B) | 8.48º | 0.45% | 0.85% | - |
| XYZ | 40.63 | 33.01 | 21.68 | - |
| YUV | 156.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 119 | 0 | 0.39 | 0.45 | 0.15 | 8.48 | 0.57 | 0.66 |
| Hex | DA | 85 | 77 | 0 | 27 | 2D | F | 8 | 39 | 42 |
| Octal | 332 | 205 | 167 | 0 | 47 | 55 | 17 | 10 | 71 | 102 |
| Binary | 11011010 | 10000101 | 1110111 | 0 | 100111 | 101101 | 1111 | 1000 | 111001 | 1000010 |
Color Harmonies of #DA8577
Complementary color
Monochromatic Colors of #DA8577
Black with #DA8577
Text Example
Text Example
White with #DA8577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8577; }
p { color: rgb(218,133,119); }
H1.HeaderClassName
{
color: #DA8577;
}
.AnyTagClassName
{
color: #DA8577;
}
</style>
background-color css
<style>
a { background-color: #DA8577; }
a { background-color: rgb(218,133,119); }
div.DivClassName
{
background-color: #DA8577;
}
.BgClassName
{
background-color: #DA8577;
}
</style>
border-color css
<style>
span { border-color: #DA8577; }
span { border-color: rgb(218,133,119); }
td.TdClassName
{
border-color: #DA8577;
}
.TagClassName
{
border-color: #DA8577;
}
</style>