Shades of New York Pink #DC877A
Tints of New York Pink #DC877A
RGB
CMYK
RGB Variations
Color information
#DC877A (or 0xDC877A) is known color: New York Pink. HEX triplet: DC, 87 and 7A. RGB value is (220,135,122). Sum of RGB (Red+Green+Blue) = 220+135+122=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC877A is #237885. Grayscale: #9F9F9F. Windows color (decimal): -2324614 or 8030172. OLE color: 8030172.
HSL color Cylindrical-coordinate representation of color #DC877A: hue angle of 7.96º degrees, saturation: 0.58, 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 #DC877A is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 122 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.14 |
| HSL | 7.96º | 0.58% | 0.67% | - |
| HSV(B) | 7.96º | 0.45% | 0.86% | - |
| XYZ | 41.69 | 33.95 | 22.77 | - |
| YUV | 158.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 122 | 0 | 0.39 | 0.45 | 0.14 | 7.96 | 0.58 | 0.67 |
| Hex | DC | 87 | 7A | 0 | 27 | 2D | E | 8 | 3A | 43 |
| Octal | 334 | 207 | 172 | 0 | 47 | 55 | 16 | 10 | 72 | 103 |
| Binary | 11011100 | 10000111 | 1111010 | 0 | 100111 | 101101 | 1110 | 1000 | 111010 | 1000011 |
Color Harmonies of #DC877A
Complementary color
Monochromatic Colors of #DC877A
Black with #DC877A
Text Example
Text Example
White with #DC877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC877A; }
p { color: rgb(220,135,122); }
H1.HeaderClassName
{
color: #DC877A;
}
.AnyTagClassName
{
color: #DC877A;
}
</style>
background-color css
<style>
a { background-color: #DC877A; }
a { background-color: rgb(220,135,122); }
div.DivClassName
{
background-color: #DC877A;
}
.BgClassName
{
background-color: #DC877A;
}
</style>
border-color css
<style>
span { border-color: #DC877A; }
span { border-color: rgb(220,135,122); }
td.TdClassName
{
border-color: #DC877A;
}
.TagClassName
{
border-color: #DC877A;
}
</style>