Shades of New York Pink #DF7D6D
Tints of New York Pink #DF7D6D
RGB
CMYK
RGB Variations
Color information
#DF7D6D (or 0xDF7D6D) is known color: New York Pink. HEX triplet: DF, 7D and 6D. RGB value is (223,125,109). Sum of RGB (Red+Green+Blue) = 223+125+109=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D6D is #208292. Grayscale: #989898. Windows color (decimal): -2130579 or 7175647. OLE color: 7175647.
HSL color Cylindrical-coordinate representation of color #DF7D6D: hue angle of 8.42º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF7D6D is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 109 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.13 |
| HSL | 8.42º | 0.64% | 0.65% | - |
| HSV(B) | 8.42º | 0.51% | 0.87% | - |
| XYZ | 40.53 | 31.46 | 18.4 | - |
| YUV | 152.48 | 103.47 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 109 | 0 | 0.44 | 0.51 | 0.13 | 8.42 | 0.64 | 0.65 |
| Hex | DF | 7D | 6D | 0 | 2C | 33 | D | 8 | 40 | 41 |
| Octal | 337 | 175 | 155 | 0 | 54 | 63 | 15 | 10 | 100 | 101 |
| Binary | 11011111 | 1111101 | 1101101 | 0 | 101100 | 110011 | 1101 | 1000 | 1000000 | 1000001 |
Color Harmonies of #DF7D6D
Complementary color
Monochromatic Colors of #DF7D6D
Black with #DF7D6D
Text Example
Text Example
White with #DF7D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D6D; }
p { color: rgb(223,125,109); }
H1.HeaderClassName
{
color: #DF7D6D;
}
.AnyTagClassName
{
color: #DF7D6D;
}
</style>
background-color css
<style>
a { background-color: #DF7D6D; }
a { background-color: rgb(223,125,109); }
div.DivClassName
{
background-color: #DF7D6D;
}
.BgClassName
{
background-color: #DF7D6D;
}
</style>
border-color css
<style>
span { border-color: #DF7D6D; }
span { border-color: rgb(223,125,109); }
td.TdClassName
{
border-color: #DF7D6D;
}
.TagClassName
{
border-color: #DF7D6D;
}
</style>