Shades of New York Pink #DC8578
Tints of New York Pink #DC8578
RGB
CMYK
RGB Variations
Color information
#DC8578 (or 0xDC8578) is known color: New York Pink. HEX triplet: DC, 85 and 78. RGB value is (220,133,120). Sum of RGB (Red+Green+Blue) = 220+133+120=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8578 is #237A87. Grayscale: #9D9D9D. Windows color (decimal): -2325128 or 7898588. OLE color: 7898588.
HSL color Cylindrical-coordinate representation of color #DC8578: hue angle of 7.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC8578 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 120 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.14 |
| HSL | 7.8º | 0.59% | 0.67% | - |
| HSV(B) | 7.8º | 0.45% | 0.86% | - |
| XYZ | 41.29 | 33.35 | 22.03 | - |
| YUV | 157.53 | 106.82 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 120 | 0 | 0.40 | 0.45 | 0.14 | 7.8 | 0.59 | 0.67 |
| Hex | DC | 85 | 78 | 0 | 28 | 2D | E | 8 | 3B | 43 |
| Octal | 334 | 205 | 170 | 0 | 50 | 55 | 16 | 10 | 73 | 103 |
| Binary | 11011100 | 10000101 | 1111000 | 0 | 101000 | 101101 | 1110 | 1000 | 111011 | 1000011 |
Color Harmonies of #DC8578
Complementary color
Monochromatic Colors of #DC8578
Black with #DC8578
Text Example
Text Example
White with #DC8578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8578; }
p { color: rgb(220,133,120); }
H1.HeaderClassName
{
color: #DC8578;
}
.AnyTagClassName
{
color: #DC8578;
}
</style>
background-color css
<style>
a { background-color: #DC8578; }
a { background-color: rgb(220,133,120); }
div.DivClassName
{
background-color: #DC8578;
}
.BgClassName
{
background-color: #DC8578;
}
</style>
border-color css
<style>
span { border-color: #DC8578; }
span { border-color: rgb(220,133,120); }
td.TdClassName
{
border-color: #DC8578;
}
.TagClassName
{
border-color: #DC8578;
}
</style>