Shades of New York Pink #DC8575
Tints of New York Pink #DC8575
RGB
CMYK
RGB Variations
Color information
#DC8575 (or 0xDC8575) is known color: New York Pink. HEX triplet: DC, 85 and 75. RGB value is (220,133,117). Sum of RGB (Red+Green+Blue) = 220+133+117=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8575 is #237A8A. Grayscale: #9D9D9D. Windows color (decimal): -2325131 or 7701980. OLE color: 7701980.
HSL color Cylindrical-coordinate representation of color #DC8575: hue angle of 9.32º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC8575 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 117 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.14 |
| HSL | 9.32º | 0.6% | 0.66% | - |
| HSV(B) | 9.32º | 0.47% | 0.86% | - |
| XYZ | 41.11 | 33.28 | 21.09 | - |
| YUV | 157.19 | 105.32 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 117 | 0 | 0.40 | 0.47 | 0.14 | 9.32 | 0.6 | 0.66 |
| Hex | DC | 85 | 75 | 0 | 28 | 2F | E | 9 | 3C | 42 |
| Octal | 334 | 205 | 165 | 0 | 50 | 57 | 16 | 11 | 74 | 102 |
| Binary | 11011100 | 10000101 | 1110101 | 0 | 101000 | 101111 | 1110 | 1001 | 111100 | 1000010 |
Color Harmonies of #DC8575
Complementary color
Monochromatic Colors of #DC8575
Black with #DC8575
Text Example
Text Example
White with #DC8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8575; }
p { color: rgb(220,133,117); }
H1.HeaderClassName
{
color: #DC8575;
}
.AnyTagClassName
{
color: #DC8575;
}
</style>
background-color css
<style>
a { background-color: #DC8575; }
a { background-color: rgb(220,133,117); }
div.DivClassName
{
background-color: #DC8575;
}
.BgClassName
{
background-color: #DC8575;
}
</style>
border-color css
<style>
span { border-color: #DC8575; }
span { border-color: rgb(220,133,117); }
td.TdClassName
{
border-color: #DC8575;
}
.TagClassName
{
border-color: #DC8575;
}
</style>