Shades of New York Pink #DC8474
Tints of New York Pink #DC8474
RGB
CMYK
RGB Variations
Color information
#DC8474 (or 0xDC8474) is known color: New York Pink. HEX triplet: DC, 84 and 74. RGB value is (220,132,116). Sum of RGB (Red+Green+Blue) = 220+132+116=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8474 is #237B8B. Grayscale: #9C9C9C. Windows color (decimal): -2325388 or 7636188. OLE color: 7636188.
HSL color Cylindrical-coordinate representation of color #DC8474: hue angle of 9.23º 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 #DC8474 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 116 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.14 |
| HSL | 9.23º | 0.6% | 0.66% | - |
| HSV(B) | 9.23º | 0.47% | 0.86% | - |
| XYZ | 40.92 | 32.98 | 20.73 | - |
| YUV | 156.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 116 | 0 | 0.40 | 0.47 | 0.14 | 9.23 | 0.6 | 0.66 |
| Hex | DC | 84 | 74 | 0 | 28 | 2F | E | 9 | 3C | 42 |
| Octal | 334 | 204 | 164 | 0 | 50 | 57 | 16 | 11 | 74 | 102 |
| Binary | 11011100 | 10000100 | 1110100 | 0 | 101000 | 101111 | 1110 | 1001 | 111100 | 1000010 |
Color Harmonies of #DC8474
Complementary color
Monochromatic Colors of #DC8474
Black with #DC8474
Text Example
Text Example
White with #DC8474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8474; }
p { color: rgb(220,132,116); }
H1.HeaderClassName
{
color: #DC8474;
}
.AnyTagClassName
{
color: #DC8474;
}
</style>
background-color css
<style>
a { background-color: #DC8474; }
a { background-color: rgb(220,132,116); }
div.DivClassName
{
background-color: #DC8474;
}
.BgClassName
{
background-color: #DC8474;
}
</style>
border-color css
<style>
span { border-color: #DC8474; }
span { border-color: rgb(220,132,116); }
td.TdClassName
{
border-color: #DC8474;
}
.TagClassName
{
border-color: #DC8474;
}
</style>