Shades of New York Pink #DC877B
Tints of New York Pink #DC877B
RGB
CMYK
RGB Variations
Color information
#DC877B (or 0xDC877B) is known color: New York Pink. HEX triplet: DC, 87 and 7B. RGB value is (220,135,123). Sum of RGB (Red+Green+Blue) = 220+135+123=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC877B is #237884. Grayscale: #9F9F9F. Windows color (decimal): -2324613 or 8095708. OLE color: 8095708.
HSL color Cylindrical-coordinate representation of color #DC877B: hue angle of 7.42º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC877B is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 123 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.14 |
| HSL | 7.42º | 0.58% | 0.67% | - |
| HSV(B) | 7.42º | 0.44% | 0.86% | - |
| XYZ | 41.75 | 33.97 | 23.1 | - |
| YUV | 159.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 123 | 0 | 0.39 | 0.44 | 0.14 | 7.42 | 0.58 | 0.67 |
| Hex | DC | 87 | 7B | 0 | 27 | 2C | E | 7 | 3A | 43 |
| Octal | 334 | 207 | 173 | 0 | 47 | 54 | 16 | 7 | 72 | 103 |
| Binary | 11011100 | 10000111 | 1111011 | 0 | 100111 | 101100 | 1110 | 111 | 111010 | 1000011 |
Color Harmonies of #DC877B
Complementary color
Monochromatic Colors of #DC877B
Black with #DC877B
Text Example
Text Example
White with #DC877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC877B; }
p { color: rgb(220,135,123); }
H1.HeaderClassName
{
color: #DC877B;
}
.AnyTagClassName
{
color: #DC877B;
}
</style>
background-color css
<style>
a { background-color: #DC877B; }
a { background-color: rgb(220,135,123); }
div.DivClassName
{
background-color: #DC877B;
}
.BgClassName
{
background-color: #DC877B;
}
</style>
border-color css
<style>
span { border-color: #DC877B; }
span { border-color: rgb(220,135,123); }
td.TdClassName
{
border-color: #DC877B;
}
.TagClassName
{
border-color: #DC877B;
}
</style>