Shades of New York Pink #DC8077
Tints of New York Pink #DC8077
RGB
CMYK
RGB Variations
Color information
#DC8077 (or 0xDC8077) is known color: New York Pink. HEX triplet: DC, 80 and 77. RGB value is (220,128,119). Sum of RGB (Red+Green+Blue) = 220+128+119=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8077 is #237F88. Grayscale: #9A9A9A. Windows color (decimal): -2326409 or 7831772. OLE color: 7831772.
HSL color Cylindrical-coordinate representation of color #DC8077: hue angle of 5.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC8077 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 119 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.14 |
| HSL | 5.35º | 0.59% | 0.66% | - |
| HSV(B) | 5.35º | 0.46% | 0.86% | - |
| XYZ | 40.56 | 31.99 | 21.49 | - |
| YUV | 154.48 | 107.98 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 119 | 0 | 0.42 | 0.46 | 0.14 | 5.35 | 0.59 | 0.66 |
| Hex | DC | 80 | 77 | 0 | 2A | 2E | E | 5 | 3B | 42 |
| Octal | 334 | 200 | 167 | 0 | 52 | 56 | 16 | 5 | 73 | 102 |
| Binary | 11011100 | 10000000 | 1110111 | 0 | 101010 | 101110 | 1110 | 101 | 111011 | 1000010 |
Color Harmonies of #DC8077
Complementary color
Monochromatic Colors of #DC8077
Black with #DC8077
Text Example
Text Example
White with #DC8077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8077; }
p { color: rgb(220,128,119); }
H1.HeaderClassName
{
color: #DC8077;
}
.AnyTagClassName
{
color: #DC8077;
}
</style>
background-color css
<style>
a { background-color: #DC8077; }
a { background-color: rgb(220,128,119); }
div.DivClassName
{
background-color: #DC8077;
}
.BgClassName
{
background-color: #DC8077;
}
</style>
border-color css
<style>
span { border-color: #DC8077; }
span { border-color: rgb(220,128,119); }
td.TdClassName
{
border-color: #DC8077;
}
.TagClassName
{
border-color: #DC8077;
}
</style>