Shades of New York Pink #DC8477
Tints of New York Pink #DC8477
RGB
CMYK
RGB Variations
Color information
#DC8477 (or 0xDC8477) is known color: New York Pink. HEX triplet: DC, 84 and 77. RGB value is (220,132,119). Sum of RGB (Red+Green+Blue) = 220+132+119=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8477 is #237B88. Grayscale: #9C9C9C. Windows color (decimal): -2325385 or 7832796. OLE color: 7832796.
HSL color Cylindrical-coordinate representation of color #DC8477: hue angle of 7.72º 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 #DC8477 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 119 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.14 |
| HSL | 7.72º | 0.59% | 0.66% | - |
| HSV(B) | 7.72º | 0.46% | 0.86% | - |
| XYZ | 41.1 | 33.05 | 21.67 | - |
| YUV | 156.83 | 106.65 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 119 | 0 | 0.40 | 0.46 | 0.14 | 7.72 | 0.59 | 0.66 |
| Hex | DC | 84 | 77 | 0 | 28 | 2E | E | 8 | 3B | 42 |
| Octal | 334 | 204 | 167 | 0 | 50 | 56 | 16 | 10 | 73 | 102 |
| Binary | 11011100 | 10000100 | 1110111 | 0 | 101000 | 101110 | 1110 | 1000 | 111011 | 1000010 |
Color Harmonies of #DC8477
Complementary color
Monochromatic Colors of #DC8477
Black with #DC8477
Text Example
Text Example
White with #DC8477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8477; }
p { color: rgb(220,132,119); }
H1.HeaderClassName
{
color: #DC8477;
}
.AnyTagClassName
{
color: #DC8477;
}
</style>
background-color css
<style>
a { background-color: #DC8477; }
a { background-color: rgb(220,132,119); }
div.DivClassName
{
background-color: #DC8477;
}
.BgClassName
{
background-color: #DC8477;
}
</style>
border-color css
<style>
span { border-color: #DC8477; }
span { border-color: rgb(220,132,119); }
td.TdClassName
{
border-color: #DC8477;
}
.TagClassName
{
border-color: #DC8477;
}
</style>