Shades of New York Pink #DC8379
Tints of New York Pink #DC8379
RGB
CMYK
RGB Variations
Color information
#DC8379 (or 0xDC8379) is known color: New York Pink. HEX triplet: DC, 83 and 79. RGB value is (220,131,121). Sum of RGB (Red+Green+Blue) = 220+131+121=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8379 is #237C86. Grayscale: #9C9C9C. Windows color (decimal): -2325639 or 7963612. OLE color: 7963612.
HSL color Cylindrical-coordinate representation of color #DC8379: hue angle of 6.06º 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 #DC8379 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 121 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.14 |
| HSL | 6.06º | 0.59% | 0.67% | - |
| HSV(B) | 6.06º | 0.45% | 0.86% | - |
| XYZ | 41.08 | 32.83 | 22.26 | - |
| YUV | 156.47 | 107.99 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 121 | 0 | 0.40 | 0.45 | 0.14 | 6.06 | 0.59 | 0.67 |
| Hex | DC | 83 | 79 | 0 | 28 | 2D | E | 6 | 3B | 43 |
| Octal | 334 | 203 | 171 | 0 | 50 | 55 | 16 | 6 | 73 | 103 |
| Binary | 11011100 | 10000011 | 1111001 | 0 | 101000 | 101101 | 1110 | 110 | 111011 | 1000011 |
Color Harmonies of #DC8379
Complementary color
Monochromatic Colors of #DC8379
Black with #DC8379
Text Example
Text Example
White with #DC8379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8379; }
p { color: rgb(220,131,121); }
H1.HeaderClassName
{
color: #DC8379;
}
.AnyTagClassName
{
color: #DC8379;
}
</style>
background-color css
<style>
a { background-color: #DC8379; }
a { background-color: rgb(220,131,121); }
div.DivClassName
{
background-color: #DC8379;
}
.BgClassName
{
background-color: #DC8379;
}
</style>
border-color css
<style>
span { border-color: #DC8379; }
span { border-color: rgb(220,131,121); }
td.TdClassName
{
border-color: #DC8379;
}
.TagClassName
{
border-color: #DC8379;
}
</style>