Shades of New York Pink #DF8471
Tints of New York Pink #DF8471
RGB
CMYK
RGB Variations
Color information
#DF8471 (or 0xDF8471) is known color: New York Pink. HEX triplet: DF, 84 and 71. RGB value is (223,132,113). Sum of RGB (Red+Green+Blue) = 223+132+113=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8471 is #207B8E. Grayscale: #9D9D9D. Windows color (decimal): -2128783 or 7439583. OLE color: 7439583.
HSL color Cylindrical-coordinate representation of color #DF8471: hue angle of 10.36º 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 #DF8471 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 113 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.13 |
| HSL | 10.36º | 0.63% | 0.66% | - |
| HSV(B) | 10.36º | 0.49% | 0.87% | - |
| XYZ | 41.66 | 33.38 | 19.87 | - |
| YUV | 157.04 | 103.15 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 113 | 0 | 0.41 | 0.49 | 0.13 | 10.36 | 0.63 | 0.66 |
| Hex | DF | 84 | 71 | 0 | 29 | 31 | D | A | 3F | 42 |
| Octal | 337 | 204 | 161 | 0 | 51 | 61 | 15 | 12 | 77 | 102 |
| Binary | 11011111 | 10000100 | 1110001 | 0 | 101001 | 110001 | 1101 | 1010 | 111111 | 1000010 |
Color Harmonies of #DF8471
Complementary color
Monochromatic Colors of #DF8471
Black with #DF8471
Text Example
Text Example
White with #DF8471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8471; }
p { color: rgb(223,132,113); }
H1.HeaderClassName
{
color: #DF8471;
}
.AnyTagClassName
{
color: #DF8471;
}
</style>
background-color css
<style>
a { background-color: #DF8471; }
a { background-color: rgb(223,132,113); }
div.DivClassName
{
background-color: #DF8471;
}
.BgClassName
{
background-color: #DF8471;
}
</style>
border-color css
<style>
span { border-color: #DF8471; }
span { border-color: rgb(223,132,113); }
td.TdClassName
{
border-color: #DF8471;
}
.TagClassName
{
border-color: #DF8471;
}
</style>