Shades of New York Pink #DC7F68
Tints of New York Pink #DC7F68
RGB
CMYK
RGB Variations
Color information
#DC7F68 (or 0xDC7F68) is known color: New York Pink. HEX triplet: DC, 7F and 68. RGB value is (220,127,104). Sum of RGB (Red+Green+Blue) = 220+127+104=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F68 is #238097. Grayscale: #989898. Windows color (decimal): -2326680 or 6848476. OLE color: 6848476.
HSL color Cylindrical-coordinate representation of color #DC7F68: hue angle of 11.9º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC7F68 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 104 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.14 |
| HSL | 11.9º | 0.62% | 0.64% | - |
| HSV(B) | 11.9º | 0.53% | 0.86% | - |
| XYZ | 39.6 | 31.39 | 17.07 | - |
| YUV | 152.19 | 100.81 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 104 | 0 | 0.42 | 0.53 | 0.14 | 11.9 | 0.62 | 0.64 |
| Hex | DC | 7F | 68 | 0 | 2A | 35 | E | C | 3E | 40 |
| Octal | 334 | 177 | 150 | 0 | 52 | 65 | 16 | 14 | 76 | 100 |
| Binary | 11011100 | 1111111 | 1101000 | 0 | 101010 | 110101 | 1110 | 1100 | 111110 | 1000000 |
Color Harmonies of #DC7F68
Complementary color
Monochromatic Colors of #DC7F68
Black with #DC7F68
Text Example
Text Example
White with #DC7F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F68; }
p { color: rgb(220,127,104); }
H1.HeaderClassName
{
color: #DC7F68;
}
.AnyTagClassName
{
color: #DC7F68;
}
</style>
background-color css
<style>
a { background-color: #DC7F68; }
a { background-color: rgb(220,127,104); }
div.DivClassName
{
background-color: #DC7F68;
}
.BgClassName
{
background-color: #DC7F68;
}
</style>
border-color css
<style>
span { border-color: #DC7F68; }
span { border-color: rgb(220,127,104); }
td.TdClassName
{
border-color: #DC7F68;
}
.TagClassName
{
border-color: #DC7F68;
}
</style>