Shades of New York Pink #DC7F6B
Tints of New York Pink #DC7F6B
RGB
CMYK
RGB Variations
Color information
#DC7F6B (or 0xDC7F6B) is known color: New York Pink. HEX triplet: DC, 7F and 6B. RGB value is (220,127,107). Sum of RGB (Red+Green+Blue) = 220+127+107=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F6B is #238094. Grayscale: #989898. Windows color (decimal): -2326677 or 7045084. OLE color: 7045084.
HSL color Cylindrical-coordinate representation of color #DC7F6B: hue angle of 10.62º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC7F6B is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 107 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.14 |
| HSL | 10.62º | 0.62% | 0.64% | - |
| HSV(B) | 10.62º | 0.51% | 0.86% | - |
| XYZ | 39.76 | 31.46 | 17.89 | - |
| YUV | 152.53 | 102.31 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 107 | 0 | 0.42 | 0.51 | 0.14 | 10.62 | 0.62 | 0.64 |
| Hex | DC | 7F | 6B | 0 | 2A | 33 | E | B | 3E | 40 |
| Octal | 334 | 177 | 153 | 0 | 52 | 63 | 16 | 13 | 76 | 100 |
| Binary | 11011100 | 1111111 | 1101011 | 0 | 101010 | 110011 | 1110 | 1011 | 111110 | 1000000 |
Color Harmonies of #DC7F6B
Complementary color
Monochromatic Colors of #DC7F6B
Black with #DC7F6B
Text Example
Text Example
White with #DC7F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F6B; }
p { color: rgb(220,127,107); }
H1.HeaderClassName
{
color: #DC7F6B;
}
.AnyTagClassName
{
color: #DC7F6B;
}
</style>
background-color css
<style>
a { background-color: #DC7F6B; }
a { background-color: rgb(220,127,107); }
div.DivClassName
{
background-color: #DC7F6B;
}
.BgClassName
{
background-color: #DC7F6B;
}
</style>
border-color css
<style>
span { border-color: #DC7F6B; }
span { border-color: rgb(220,127,107); }
td.TdClassName
{
border-color: #DC7F6B;
}
.TagClassName
{
border-color: #DC7F6B;
}
</style>