Shades of New York Pink #DC8172
Tints of New York Pink #DC8172
RGB
CMYK
RGB Variations
Color information
#DC8172 (or 0xDC8172) is known color: New York Pink. HEX triplet: DC, 81 and 72. RGB value is (220,129,114). Sum of RGB (Red+Green+Blue) = 220+129+114=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8172 is #237E8D. Grayscale: #9A9A9A. Windows color (decimal): -2326158 or 7504348. OLE color: 7504348.
HSL color Cylindrical-coordinate representation of color #DC8172: hue angle of 8.49º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC8172 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 114 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.14 |
| HSL | 8.49º | 0.6% | 0.65% | - |
| HSV(B) | 8.49º | 0.48% | 0.86% | - |
| XYZ | 40.4 | 32.13 | 19.99 | - |
| YUV | 154.5 | 105.15 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 114 | 0 | 0.41 | 0.48 | 0.14 | 8.49 | 0.6 | 0.65 |
| Hex | DC | 81 | 72 | 0 | 29 | 30 | E | 8 | 3C | 41 |
| Octal | 334 | 201 | 162 | 0 | 51 | 60 | 16 | 10 | 74 | 101 |
| Binary | 11011100 | 10000001 | 1110010 | 0 | 101001 | 110000 | 1110 | 1000 | 111100 | 1000001 |
Color Harmonies of #DC8172
Complementary color
Monochromatic Colors of #DC8172
Black with #DC8172
Text Example
Text Example
White with #DC8172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8172; }
p { color: rgb(220,129,114); }
H1.HeaderClassName
{
color: #DC8172;
}
.AnyTagClassName
{
color: #DC8172;
}
</style>
background-color css
<style>
a { background-color: #DC8172; }
a { background-color: rgb(220,129,114); }
div.DivClassName
{
background-color: #DC8172;
}
.BgClassName
{
background-color: #DC8172;
}
</style>
border-color css
<style>
span { border-color: #DC8172; }
span { border-color: rgb(220,129,114); }
td.TdClassName
{
border-color: #DC8172;
}
.TagClassName
{
border-color: #DC8172;
}
</style>