Shades of New York Pink #DC8577
Tints of New York Pink #DC8577
RGB
CMYK
RGB Variations
Color information
#DC8577 (or 0xDC8577) is known color: New York Pink. HEX triplet: DC, 85 and 77. RGB value is (220,133,119). Sum of RGB (Red+Green+Blue) = 220+133+119=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8577 is #237A88. Grayscale: #9D9D9D. Windows color (decimal): -2325129 or 7833052. OLE color: 7833052.
HSL color Cylindrical-coordinate representation of color #DC8577: hue angle of 8.32º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC8577 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 119 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.14 |
| HSL | 8.32º | 0.59% | 0.66% | - |
| HSV(B) | 8.32º | 0.46% | 0.86% | - |
| XYZ | 41.23 | 33.32 | 21.71 | - |
| YUV | 157.42 | 106.32 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 119 | 0 | 0.40 | 0.46 | 0.14 | 8.32 | 0.59 | 0.66 |
| Hex | DC | 85 | 77 | 0 | 28 | 2E | E | 8 | 3B | 42 |
| Octal | 334 | 205 | 167 | 0 | 50 | 56 | 16 | 10 | 73 | 102 |
| Binary | 11011100 | 10000101 | 1110111 | 0 | 101000 | 101110 | 1110 | 1000 | 111011 | 1000010 |
Color Harmonies of #DC8577
Complementary color
Monochromatic Colors of #DC8577
Black with #DC8577
Text Example
Text Example
White with #DC8577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8577; }
p { color: rgb(220,133,119); }
H1.HeaderClassName
{
color: #DC8577;
}
.AnyTagClassName
{
color: #DC8577;
}
</style>
background-color css
<style>
a { background-color: #DC8577; }
a { background-color: rgb(220,133,119); }
div.DivClassName
{
background-color: #DC8577;
}
.BgClassName
{
background-color: #DC8577;
}
</style>
border-color css
<style>
span { border-color: #DC8577; }
span { border-color: rgb(220,133,119); }
td.TdClassName
{
border-color: #DC8577;
}
.TagClassName
{
border-color: #DC8577;
}
</style>