Shades of New York Pink #DC7E6F
Tints of New York Pink #DC7E6F
RGB
CMYK
RGB Variations
Color information
#DC7E6F (or 0xDC7E6F) is known color: New York Pink. HEX triplet: DC, 7E and 6F. RGB value is (220,126,111). Sum of RGB (Red+Green+Blue) = 220+126+111=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E6F is #238190. Grayscale: #989898. Windows color (decimal): -2326929 or 7306972. OLE color: 7306972.
HSL color Cylindrical-coordinate representation of color #DC7E6F: hue angle of 8.26º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7E6F is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 111 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.14 |
| HSL | 8.26º | 0.61% | 0.65% | - |
| HSV(B) | 8.26º | 0.5% | 0.86% | - |
| XYZ | 39.85 | 31.29 | 18.98 | - |
| YUV | 152.4 | 104.64 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 111 | 0 | 0.43 | 0.50 | 0.14 | 8.26 | 0.61 | 0.65 |
| Hex | DC | 7E | 6F | 0 | 2B | 32 | E | 8 | 3D | 41 |
| Octal | 334 | 176 | 157 | 0 | 53 | 62 | 16 | 10 | 75 | 101 |
| Binary | 11011100 | 1111110 | 1101111 | 0 | 101011 | 110010 | 1110 | 1000 | 111101 | 1000001 |
Color Harmonies of #DC7E6F
Complementary color
Monochromatic Colors of #DC7E6F
Black with #DC7E6F
Text Example
Text Example
White with #DC7E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E6F; }
p { color: rgb(220,126,111); }
H1.HeaderClassName
{
color: #DC7E6F;
}
.AnyTagClassName
{
color: #DC7E6F;
}
</style>
background-color css
<style>
a { background-color: #DC7E6F; }
a { background-color: rgb(220,126,111); }
div.DivClassName
{
background-color: #DC7E6F;
}
.BgClassName
{
background-color: #DC7E6F;
}
</style>
border-color css
<style>
span { border-color: #DC7E6F; }
span { border-color: rgb(220,126,111); }
td.TdClassName
{
border-color: #DC7E6F;
}
.TagClassName
{
border-color: #DC7E6F;
}
</style>