Shades of New York Pink #DC8979
Tints of New York Pink #DC8979
RGB
CMYK
RGB Variations
Color information
#DC8979 (or 0xDC8979) is known color: New York Pink. HEX triplet: DC, 89 and 79. RGB value is (220,137,121). Sum of RGB (Red+Green+Blue) = 220+137+121=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8979 is #237686. Grayscale: #A0A0A0. Windows color (decimal): -2324103 or 7965148. OLE color: 7965148.
HSL color Cylindrical-coordinate representation of color #DC8979: hue angle of 9.7º 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 #DC8979 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 121 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.14 |
| HSL | 9.7º | 0.59% | 0.67% | - |
| HSV(B) | 9.7º | 0.45% | 0.86% | - |
| XYZ | 41.91 | 34.49 | 22.54 | - |
| YUV | 159.99 | 106 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 121 | 0 | 0.38 | 0.45 | 0.14 | 9.7 | 0.59 | 0.67 |
| Hex | DC | 89 | 79 | 0 | 26 | 2D | E | A | 3B | 43 |
| Octal | 334 | 211 | 171 | 0 | 46 | 55 | 16 | 12 | 73 | 103 |
| Binary | 11011100 | 10001001 | 1111001 | 0 | 100110 | 101101 | 1110 | 1010 | 111011 | 1000011 |
Color Harmonies of #DC8979
Complementary color
Monochromatic Colors of #DC8979
Black with #DC8979
Text Example
Text Example
White with #DC8979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8979; }
p { color: rgb(220,137,121); }
H1.HeaderClassName
{
color: #DC8979;
}
.AnyTagClassName
{
color: #DC8979;
}
</style>
background-color css
<style>
a { background-color: #DC8979; }
a { background-color: rgb(220,137,121); }
div.DivClassName
{
background-color: #DC8979;
}
.BgClassName
{
background-color: #DC8979;
}
</style>
border-color css
<style>
span { border-color: #DC8979; }
span { border-color: rgb(220,137,121); }
td.TdClassName
{
border-color: #DC8979;
}
.TagClassName
{
border-color: #DC8979;
}
</style>