Shades of New York Pink #DC8570
Tints of New York Pink #DC8570
RGB
CMYK
RGB Variations
Color information
#DC8570 (or 0xDC8570) is known color: New York Pink. HEX triplet: DC, 85 and 70. RGB value is (220,133,112). Sum of RGB (Red+Green+Blue) = 220+133+112=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8570 is #237A8F. Grayscale: #9C9C9C. Windows color (decimal): -2325136 or 7374300. OLE color: 7374300.
HSL color Cylindrical-coordinate representation of color #DC8570: hue angle of 11.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC8570 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 112 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.14 |
| HSL | 11.67º | 0.61% | 0.65% | - |
| HSV(B) | 11.67º | 0.49% | 0.86% | - |
| XYZ | 40.83 | 33.16 | 19.58 | - |
| YUV | 156.62 | 102.82 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 112 | 0 | 0.40 | 0.49 | 0.14 | 11.67 | 0.61 | 0.65 |
| Hex | DC | 85 | 70 | 0 | 28 | 31 | E | C | 3D | 41 |
| Octal | 334 | 205 | 160 | 0 | 50 | 61 | 16 | 14 | 75 | 101 |
| Binary | 11011100 | 10000101 | 1110000 | 0 | 101000 | 110001 | 1110 | 1100 | 111101 | 1000001 |
Color Harmonies of #DC8570
Complementary color
Monochromatic Colors of #DC8570
Black with #DC8570
Text Example
Text Example
White with #DC8570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8570; }
p { color: rgb(220,133,112); }
H1.HeaderClassName
{
color: #DC8570;
}
.AnyTagClassName
{
color: #DC8570;
}
</style>
background-color css
<style>
a { background-color: #DC8570; }
a { background-color: rgb(220,133,112); }
div.DivClassName
{
background-color: #DC8570;
}
.BgClassName
{
background-color: #DC8570;
}
</style>
border-color css
<style>
span { border-color: #DC8570; }
span { border-color: rgb(220,133,112); }
td.TdClassName
{
border-color: #DC8570;
}
.TagClassName
{
border-color: #DC8570;
}
</style>