Shades of New York Pink #DC7D68
Tints of New York Pink #DC7D68
RGB
CMYK
RGB Variations
Color information
#DC7D68 (or 0xDC7D68) is known color: New York Pink. HEX triplet: DC, 7D and 68. RGB value is (220,125,104). Sum of RGB (Red+Green+Blue) = 220+125+104=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D68 is #238297. Grayscale: #979797. Windows color (decimal): -2327192 or 6847964. OLE color: 6847964.
HSL color Cylindrical-coordinate representation of color #DC7D68: hue angle of 10.86º 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 #DC7D68 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 104 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.14 |
| HSL | 10.86º | 0.62% | 0.64% | - |
| HSV(B) | 10.86º | 0.53% | 0.86% | - |
| XYZ | 39.35 | 30.88 | 16.98 | - |
| YUV | 151.01 | 101.47 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 104 | 0 | 0.43 | 0.53 | 0.14 | 10.86 | 0.62 | 0.64 |
| Hex | DC | 7D | 68 | 0 | 2B | 35 | E | B | 3E | 40 |
| Octal | 334 | 175 | 150 | 0 | 53 | 65 | 16 | 13 | 76 | 100 |
| Binary | 11011100 | 1111101 | 1101000 | 0 | 101011 | 110101 | 1110 | 1011 | 111110 | 1000000 |
Color Harmonies of #DC7D68
Complementary color
Monochromatic Colors of #DC7D68
Black with #DC7D68
Text Example
Text Example
White with #DC7D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D68; }
p { color: rgb(220,125,104); }
H1.HeaderClassName
{
color: #DC7D68;
}
.AnyTagClassName
{
color: #DC7D68;
}
</style>
background-color css
<style>
a { background-color: #DC7D68; }
a { background-color: rgb(220,125,104); }
div.DivClassName
{
background-color: #DC7D68;
}
.BgClassName
{
background-color: #DC7D68;
}
</style>
border-color css
<style>
span { border-color: #DC7D68; }
span { border-color: rgb(220,125,104); }
td.TdClassName
{
border-color: #DC7D68;
}
.TagClassName
{
border-color: #DC7D68;
}
</style>