Shades of New York Pink #DC8178
Tints of New York Pink #DC8178
RGB
CMYK
RGB Variations
Color information
#DC8178 (or 0xDC8178) is known color: New York Pink. HEX triplet: DC, 81 and 78. RGB value is (220,129,120). Sum of RGB (Red+Green+Blue) = 220+129+120=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8178 is #237E87. Grayscale: #9B9B9B. Windows color (decimal): -2326152 or 7897564. OLE color: 7897564.
HSL color Cylindrical-coordinate representation of color #DC8178: hue angle of 5.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC8178 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 120 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.14 |
| HSL | 5.4º | 0.59% | 0.67% | - |
| HSV(B) | 5.4º | 0.45% | 0.86% | - |
| XYZ | 40.76 | 32.27 | 21.85 | - |
| YUV | 155.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 120 | 0 | 0.41 | 0.45 | 0.14 | 5.4 | 0.59 | 0.67 |
| Hex | DC | 81 | 78 | 0 | 29 | 2D | E | 5 | 3B | 43 |
| Octal | 334 | 201 | 170 | 0 | 51 | 55 | 16 | 5 | 73 | 103 |
| Binary | 11011100 | 10000001 | 1111000 | 0 | 101001 | 101101 | 1110 | 101 | 111011 | 1000011 |
Color Harmonies of #DC8178
Complementary color
Monochromatic Colors of #DC8178
Black with #DC8178
Text Example
Text Example
White with #DC8178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8178; }
p { color: rgb(220,129,120); }
H1.HeaderClassName
{
color: #DC8178;
}
.AnyTagClassName
{
color: #DC8178;
}
</style>
background-color css
<style>
a { background-color: #DC8178; }
a { background-color: rgb(220,129,120); }
div.DivClassName
{
background-color: #DC8178;
}
.BgClassName
{
background-color: #DC8178;
}
</style>
border-color css
<style>
span { border-color: #DC8178; }
span { border-color: rgb(220,129,120); }
td.TdClassName
{
border-color: #DC8178;
}
.TagClassName
{
border-color: #DC8178;
}
</style>