Shades of New York Pink #DF8370
Tints of New York Pink #DF8370
RGB
CMYK
RGB Variations
Color information
#DF8370 (or 0xDF8370) is known color: New York Pink. HEX triplet: DF, 83 and 70. RGB value is (223,131,112). Sum of RGB (Red+Green+Blue) = 223+131+112=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8370 is #207C8F. Grayscale: #9C9C9C. Windows color (decimal): -2129040 or 7373791. OLE color: 7373791.
HSL color Cylindrical-coordinate representation of color #DF8370: hue angle of 10.27º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF8370 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 112 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.13 |
| HSL | 10.27º | 0.63% | 0.66% | - |
| HSV(B) | 10.27º | 0.5% | 0.87% | - |
| XYZ | 41.47 | 33.09 | 19.53 | - |
| YUV | 156.34 | 102.98 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 112 | 0 | 0.41 | 0.50 | 0.13 | 10.27 | 0.63 | 0.66 |
| Hex | DF | 83 | 70 | 0 | 29 | 32 | D | A | 3F | 42 |
| Octal | 337 | 203 | 160 | 0 | 51 | 62 | 15 | 12 | 77 | 102 |
| Binary | 11011111 | 10000011 | 1110000 | 0 | 101001 | 110010 | 1101 | 1010 | 111111 | 1000010 |
Color Harmonies of #DF8370
Complementary color
Monochromatic Colors of #DF8370
Black with #DF8370
Text Example
Text Example
White with #DF8370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8370; }
p { color: rgb(223,131,112); }
H1.HeaderClassName
{
color: #DF8370;
}
.AnyTagClassName
{
color: #DF8370;
}
</style>
background-color css
<style>
a { background-color: #DF8370; }
a { background-color: rgb(223,131,112); }
div.DivClassName
{
background-color: #DF8370;
}
.BgClassName
{
background-color: #DF8370;
}
</style>
border-color css
<style>
span { border-color: #DF8370; }
span { border-color: rgb(223,131,112); }
td.TdClassName
{
border-color: #DF8370;
}
.TagClassName
{
border-color: #DF8370;
}
</style>