Shades of New York Pink #DF8279
Tints of New York Pink #DF8279
RGB
CMYK
RGB Variations
Color information
#DF8279 (or 0xDF8279) is known color: New York Pink. HEX triplet: DF, 82 and 79. RGB value is (223,130,121). Sum of RGB (Red+Green+Blue) = 223+130+121=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8279 is #207D86. Grayscale: #9C9C9C. Windows color (decimal): -2129287 or 7963359. OLE color: 7963359.
HSL color Cylindrical-coordinate representation of color #DF8279: hue angle of 5.29º 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 #DF8279 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 121 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.13 |
| HSL | 5.29º | 0.61% | 0.67% | - |
| HSV(B) | 5.29º | 0.46% | 0.87% | - |
| XYZ | 41.87 | 33.03 | 22.26 | - |
| YUV | 156.78 | 107.81 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 121 | 0 | 0.42 | 0.46 | 0.13 | 5.29 | 0.61 | 0.67 |
| Hex | DF | 82 | 79 | 0 | 2A | 2E | D | 5 | 3D | 43 |
| Octal | 337 | 202 | 171 | 0 | 52 | 56 | 15 | 5 | 75 | 103 |
| Binary | 11011111 | 10000010 | 1111001 | 0 | 101010 | 101110 | 1101 | 101 | 111101 | 1000011 |
Color Harmonies of #DF8279
Complementary color
Monochromatic Colors of #DF8279
Black with #DF8279
Text Example
Text Example
White with #DF8279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8279; }
p { color: rgb(223,130,121); }
H1.HeaderClassName
{
color: #DF8279;
}
.AnyTagClassName
{
color: #DF8279;
}
</style>
background-color css
<style>
a { background-color: #DF8279; }
a { background-color: rgb(223,130,121); }
div.DivClassName
{
background-color: #DF8279;
}
.BgClassName
{
background-color: #DF8279;
}
</style>
border-color css
<style>
span { border-color: #DF8279; }
span { border-color: rgb(223,130,121); }
td.TdClassName
{
border-color: #DF8279;
}
.TagClassName
{
border-color: #DF8279;
}
</style>