Shades of New York Pink #DF8671
Tints of New York Pink #DF8671
RGB
CMYK
RGB Variations
Color information
#DF8671 (or 0xDF8671) is known color: New York Pink. HEX triplet: DF, 86 and 71. RGB value is (223,134,113). Sum of RGB (Red+Green+Blue) = 223+134+113=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8671 is #20798E. Grayscale: #9E9E9E. Windows color (decimal): -2128271 or 7440095. OLE color: 7440095.
HSL color Cylindrical-coordinate representation of color #DF8671: hue angle of 11.45º 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 #DF8671 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 113 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.13 |
| HSL | 11.45º | 0.63% | 0.66% | - |
| HSV(B) | 11.45º | 0.49% | 0.87% | - |
| XYZ | 41.94 | 33.93 | 19.96 | - |
| YUV | 158.22 | 102.49 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 113 | 0 | 0.40 | 0.49 | 0.13 | 11.45 | 0.63 | 0.66 |
| Hex | DF | 86 | 71 | 0 | 28 | 31 | D | B | 3F | 42 |
| Octal | 337 | 206 | 161 | 0 | 50 | 61 | 15 | 13 | 77 | 102 |
| Binary | 11011111 | 10000110 | 1110001 | 0 | 101000 | 110001 | 1101 | 1011 | 111111 | 1000010 |
Color Harmonies of #DF8671
Complementary color
Monochromatic Colors of #DF8671
Black with #DF8671
Text Example
Text Example
White with #DF8671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8671; }
p { color: rgb(223,134,113); }
H1.HeaderClassName
{
color: #DF8671;
}
.AnyTagClassName
{
color: #DF8671;
}
</style>
background-color css
<style>
a { background-color: #DF8671; }
a { background-color: rgb(223,134,113); }
div.DivClassName
{
background-color: #DF8671;
}
.BgClassName
{
background-color: #DF8671;
}
</style>
border-color css
<style>
span { border-color: #DF8671; }
span { border-color: rgb(223,134,113); }
td.TdClassName
{
border-color: #DF8671;
}
.TagClassName
{
border-color: #DF8671;
}
</style>