Shades of New York Pink #DF8972
Tints of New York Pink #DF8972
RGB
CMYK
RGB Variations
Color information
#DF8972 (or 0xDF8972) is known color: New York Pink. HEX triplet: DF, 89 and 72. RGB value is (223,137,114). Sum of RGB (Red+Green+Blue) = 223+137+114=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8972 is #20768D. Grayscale: #A0A0A0. Windows color (decimal): -2127502 or 7506399. OLE color: 7506399.
HSL color Cylindrical-coordinate representation of color #DF8972: hue angle of 12.66º 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 #DF8972 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 114 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.13 |
| HSL | 12.66º | 0.63% | 0.66% | - |
| HSV(B) | 12.66º | 0.49% | 0.87% | - |
| XYZ | 42.41 | 34.79 | 20.4 | - |
| YUV | 160.09 | 101.99 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 114 | 0 | 0.39 | 0.49 | 0.13 | 12.66 | 0.63 | 0.66 |
| Hex | DF | 89 | 72 | 0 | 27 | 31 | D | D | 3F | 42 |
| Octal | 337 | 211 | 162 | 0 | 47 | 61 | 15 | 15 | 77 | 102 |
| Binary | 11011111 | 10001001 | 1110010 | 0 | 100111 | 110001 | 1101 | 1101 | 111111 | 1000010 |
Color Harmonies of #DF8972
Complementary color
Monochromatic Colors of #DF8972
Black with #DF8972
Text Example
Text Example
White with #DF8972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8972; }
p { color: rgb(223,137,114); }
H1.HeaderClassName
{
color: #DF8972;
}
.AnyTagClassName
{
color: #DF8972;
}
</style>
background-color css
<style>
a { background-color: #DF8972; }
a { background-color: rgb(223,137,114); }
div.DivClassName
{
background-color: #DF8972;
}
.BgClassName
{
background-color: #DF8972;
}
</style>
border-color css
<style>
span { border-color: #DF8972; }
span { border-color: rgb(223,137,114); }
td.TdClassName
{
border-color: #DF8972;
}
.TagClassName
{
border-color: #DF8972;
}
</style>