Shades of New York Pink #DF8072
Tints of New York Pink #DF8072
RGB
CMYK
RGB Variations
Color information
#DF8072 (or 0xDF8072) is known color: New York Pink. HEX triplet: DF, 80 and 72. RGB value is (223,128,114). Sum of RGB (Red+Green+Blue) = 223+128+114=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8072 is #207F8D. Grayscale: #9A9A9A. Windows color (decimal): -2129806 or 7504095. OLE color: 7504095.
HSL color Cylindrical-coordinate representation of color #DF8072: hue angle of 7.71º 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 #DF8072 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 114 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.13 |
| HSL | 7.71º | 0.63% | 0.66% | - |
| HSV(B) | 7.71º | 0.49% | 0.87% | - |
| XYZ | 41.19 | 32.34 | 19.99 | - |
| YUV | 154.81 | 104.97 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 114 | 0 | 0.43 | 0.49 | 0.13 | 7.71 | 0.63 | 0.66 |
| Hex | DF | 80 | 72 | 0 | 2B | 31 | D | 8 | 3F | 42 |
| Octal | 337 | 200 | 162 | 0 | 53 | 61 | 15 | 10 | 77 | 102 |
| Binary | 11011111 | 10000000 | 1110010 | 0 | 101011 | 110001 | 1101 | 1000 | 111111 | 1000010 |
Color Harmonies of #DF8072
Complementary color
Monochromatic Colors of #DF8072
Black with #DF8072
Text Example
Text Example
White with #DF8072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8072; }
p { color: rgb(223,128,114); }
H1.HeaderClassName
{
color: #DF8072;
}
.AnyTagClassName
{
color: #DF8072;
}
</style>
background-color css
<style>
a { background-color: #DF8072; }
a { background-color: rgb(223,128,114); }
div.DivClassName
{
background-color: #DF8072;
}
.BgClassName
{
background-color: #DF8072;
}
</style>
border-color css
<style>
span { border-color: #DF8072; }
span { border-color: rgb(223,128,114); }
td.TdClassName
{
border-color: #DF8072;
}
.TagClassName
{
border-color: #DF8072;
}
</style>