Shades of New York Pink #DF8172
Tints of New York Pink #DF8172
RGB
CMYK
RGB Variations
Color information
#DF8172 (or 0xDF8172) is known color: New York Pink. HEX triplet: DF, 81 and 72. RGB value is (223,129,114). Sum of RGB (Red+Green+Blue) = 223+129+114=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8172 is #207E8D. Grayscale: #9B9B9B. Windows color (decimal): -2129550 or 7504351. OLE color: 7504351.
HSL color Cylindrical-coordinate representation of color #DF8172: hue angle of 8.26º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF8172 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 114 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.13 |
| HSL | 8.26º | 0.63% | 0.66% | - |
| HSV(B) | 8.26º | 0.49% | 0.87% | - |
| XYZ | 41.32 | 32.6 | 20.03 | - |
| YUV | 155.4 | 104.64 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 114 | 0 | 0.42 | 0.49 | 0.13 | 8.26 | 0.63 | 0.66 |
| Hex | DF | 81 | 72 | 0 | 2A | 31 | D | 8 | 3F | 42 |
| Octal | 337 | 201 | 162 | 0 | 52 | 61 | 15 | 10 | 77 | 102 |
| Binary | 11011111 | 10000001 | 1110010 | 0 | 101010 | 110001 | 1101 | 1000 | 111111 | 1000010 |
Color Harmonies of #DF8172
Complementary color
Monochromatic Colors of #DF8172
Black with #DF8172
Text Example
Text Example
White with #DF8172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8172; }
p { color: rgb(223,129,114); }
H1.HeaderClassName
{
color: #DF8172;
}
.AnyTagClassName
{
color: #DF8172;
}
</style>
background-color css
<style>
a { background-color: #DF8172; }
a { background-color: rgb(223,129,114); }
div.DivClassName
{
background-color: #DF8172;
}
.BgClassName
{
background-color: #DF8172;
}
</style>
border-color css
<style>
span { border-color: #DF8172; }
span { border-color: rgb(223,129,114); }
td.TdClassName
{
border-color: #DF8172;
}
.TagClassName
{
border-color: #DF8172;
}
</style>