Shades of New York Pink #DF7D6F
Tints of New York Pink #DF7D6F
RGB
CMYK
RGB Variations
Color information
#DF7D6F (or 0xDF7D6F) is known color: New York Pink. HEX triplet: DF, 7D and 6F. RGB value is (223,125,111). Sum of RGB (Red+Green+Blue) = 223+125+111=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D6F is #208290. Grayscale: #989898. Windows color (decimal): -2130577 or 7306719. OLE color: 7306719.
HSL color Cylindrical-coordinate representation of color #DF7D6F: hue angle of 7.5º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7D6F is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 111 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.13 |
| HSL | 7.5º | 0.64% | 0.65% | - |
| HSV(B) | 7.5º | 0.5% | 0.87% | - |
| XYZ | 40.63 | 31.5 | 18.98 | - |
| YUV | 152.71 | 104.47 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 111 | 0 | 0.44 | 0.50 | 0.13 | 7.5 | 0.64 | 0.65 |
| Hex | DF | 7D | 6F | 0 | 2C | 32 | D | 8 | 40 | 41 |
| Octal | 337 | 175 | 157 | 0 | 54 | 62 | 15 | 10 | 100 | 101 |
| Binary | 11011111 | 1111101 | 1101111 | 0 | 101100 | 110010 | 1101 | 1000 | 1000000 | 1000001 |
Color Harmonies of #DF7D6F
Complementary color
Monochromatic Colors of #DF7D6F
Black with #DF7D6F
Text Example
Text Example
White with #DF7D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D6F; }
p { color: rgb(223,125,111); }
H1.HeaderClassName
{
color: #DF7D6F;
}
.AnyTagClassName
{
color: #DF7D6F;
}
</style>
background-color css
<style>
a { background-color: #DF7D6F; }
a { background-color: rgb(223,125,111); }
div.DivClassName
{
background-color: #DF7D6F;
}
.BgClassName
{
background-color: #DF7D6F;
}
</style>
border-color css
<style>
span { border-color: #DF7D6F; }
span { border-color: rgb(223,125,111); }
td.TdClassName
{
border-color: #DF7D6F;
}
.TagClassName
{
border-color: #DF7D6F;
}
</style>