Shades of New York Pink #DF8D79
Tints of New York Pink #DF8D79
RGB
CMYK
RGB Variations
Color information
#DF8D79 (or 0xDF8D79) is known color: New York Pink. HEX triplet: DF, 8D and 79. RGB value is (223,141,121). Sum of RGB (Red+Green+Blue) = 223+141+121=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8D79 is #207286. Grayscale: #A3A3A3. Windows color (decimal): -2126471 or 7966175. OLE color: 7966175.
HSL color Cylindrical-coordinate representation of color #DF8D79: hue angle of 11.76º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF8D79 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 141 | 121 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.13 |
| HSL | 11.76º | 0.61% | 0.67% | - |
| HSV(B) | 11.76º | 0.46% | 0.87% | - |
| XYZ | 43.41 | 36.12 | 22.77 | - |
| YUV | 163.24 | 104.17 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 121 | 0 | 0.37 | 0.46 | 0.13 | 11.76 | 0.61 | 0.67 |
| Hex | DF | 8D | 79 | 0 | 25 | 2E | D | C | 3D | 43 |
| Octal | 337 | 215 | 171 | 0 | 45 | 56 | 15 | 14 | 75 | 103 |
| Binary | 11011111 | 10001101 | 1111001 | 0 | 100101 | 101110 | 1101 | 1100 | 111101 | 1000011 |
Color Harmonies of #DF8D79
Complementary color
Monochromatic Colors of #DF8D79
Black with #DF8D79
Text Example
Text Example
White with #DF8D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8D79; }
p { color: rgb(223,141,121); }
H1.HeaderClassName
{
color: #DF8D79;
}
.AnyTagClassName
{
color: #DF8D79;
}
</style>
background-color css
<style>
a { background-color: #DF8D79; }
a { background-color: rgb(223,141,121); }
div.DivClassName
{
background-color: #DF8D79;
}
.BgClassName
{
background-color: #DF8D79;
}
</style>
border-color css
<style>
span { border-color: #DF8D79; }
span { border-color: rgb(223,141,121); }
td.TdClassName
{
border-color: #DF8D79;
}
.TagClassName
{
border-color: #DF8D79;
}
</style>