Shades of New York Pink #DF8A70
Tints of New York Pink #DF8A70
RGB
CMYK
RGB Variations
Color information
#DF8A70 (or 0xDF8A70) is known color: New York Pink. HEX triplet: DF, 8A and 70. RGB value is (223,138,112). Sum of RGB (Red+Green+Blue) = 223+138+112=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8A70 is #20758F. Grayscale: #A0A0A0. Windows color (decimal): -2127248 or 7375583. OLE color: 7375583.
HSL color Cylindrical-coordinate representation of color #DF8A70: hue angle of 14.05º 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 #DF8A70 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 112 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.13 |
| HSL | 14.05º | 0.63% | 0.66% | - |
| HSV(B) | 14.05º | 0.5% | 0.87% | - |
| XYZ | 42.44 | 35.03 | 19.85 | - |
| YUV | 160.45 | 100.66 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 112 | 0 | 0.38 | 0.50 | 0.13 | 14.05 | 0.63 | 0.66 |
| Hex | DF | 8A | 70 | 0 | 26 | 32 | D | E | 3F | 42 |
| Octal | 337 | 212 | 160 | 0 | 46 | 62 | 15 | 16 | 77 | 102 |
| Binary | 11011111 | 10001010 | 1110000 | 0 | 100110 | 110010 | 1101 | 1110 | 111111 | 1000010 |
Color Harmonies of #DF8A70
Complementary color
Monochromatic Colors of #DF8A70
Black with #DF8A70
Text Example
Text Example
White with #DF8A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A70; }
p { color: rgb(223,138,112); }
H1.HeaderClassName
{
color: #DF8A70;
}
.AnyTagClassName
{
color: #DF8A70;
}
</style>
background-color css
<style>
a { background-color: #DF8A70; }
a { background-color: rgb(223,138,112); }
div.DivClassName
{
background-color: #DF8A70;
}
.BgClassName
{
background-color: #DF8A70;
}
</style>
border-color css
<style>
span { border-color: #DF8A70; }
span { border-color: rgb(223,138,112); }
td.TdClassName
{
border-color: #DF8A70;
}
.TagClassName
{
border-color: #DF8A70;
}
</style>