Shades of New York Pink #DF8970
Tints of New York Pink #DF8970
RGB
CMYK
RGB Variations
Color information
#DF8970 (or 0xDF8970) is known color: New York Pink. HEX triplet: DF, 89 and 70. RGB value is (223,137,112). Sum of RGB (Red+Green+Blue) = 223+137+112=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8970 is #20768F. Grayscale: #A0A0A0. Windows color (decimal): -2127504 or 7375327. OLE color: 7375327.
HSL color Cylindrical-coordinate representation of color #DF8970: hue angle of 13.51º 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 #DF8970 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 112 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.13 |
| HSL | 13.51º | 0.63% | 0.66% | - |
| HSV(B) | 13.51º | 0.5% | 0.87% | - |
| XYZ | 42.3 | 34.75 | 19.81 | - |
| YUV | 159.86 | 100.99 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 112 | 0 | 0.39 | 0.50 | 0.13 | 13.51 | 0.63 | 0.66 |
| Hex | DF | 89 | 70 | 0 | 27 | 32 | D | E | 3F | 42 |
| Octal | 337 | 211 | 160 | 0 | 47 | 62 | 15 | 16 | 77 | 102 |
| Binary | 11011111 | 10001001 | 1110000 | 0 | 100111 | 110010 | 1101 | 1110 | 111111 | 1000010 |
Color Harmonies of #DF8970
Complementary color
Monochromatic Colors of #DF8970
Black with #DF8970
Text Example
Text Example
White with #DF8970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8970; }
p { color: rgb(223,137,112); }
H1.HeaderClassName
{
color: #DF8970;
}
.AnyTagClassName
{
color: #DF8970;
}
</style>
background-color css
<style>
a { background-color: #DF8970; }
a { background-color: rgb(223,137,112); }
div.DivClassName
{
background-color: #DF8970;
}
.BgClassName
{
background-color: #DF8970;
}
</style>
border-color css
<style>
span { border-color: #DF8970; }
span { border-color: rgb(223,137,112); }
td.TdClassName
{
border-color: #DF8970;
}
.TagClassName
{
border-color: #DF8970;
}
</style>