Shades of New York Pink #DF8472
Tints of New York Pink #DF8472
RGB
CMYK
RGB Variations
Color information
#DF8472 (or 0xDF8472) is known color: New York Pink. HEX triplet: DF, 84 and 72. RGB value is (223,132,114). Sum of RGB (Red+Green+Blue) = 223+132+114=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8472 is #207B8D. Grayscale: #9D9D9D. Windows color (decimal): -2128782 or 7505119. OLE color: 7505119.
HSL color Cylindrical-coordinate representation of color #DF8472: hue angle of 9.91º 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 #DF8472 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 114 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.13 |
| HSL | 9.91º | 0.63% | 0.66% | - |
| HSV(B) | 9.91º | 0.49% | 0.87% | - |
| XYZ | 41.72 | 33.41 | 20.17 | - |
| YUV | 157.16 | 103.65 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 114 | 0 | 0.41 | 0.49 | 0.13 | 9.91 | 0.63 | 0.66 |
| Hex | DF | 84 | 72 | 0 | 29 | 31 | D | A | 3F | 42 |
| Octal | 337 | 204 | 162 | 0 | 51 | 61 | 15 | 12 | 77 | 102 |
| Binary | 11011111 | 10000100 | 1110010 | 0 | 101001 | 110001 | 1101 | 1010 | 111111 | 1000010 |
Color Harmonies of #DF8472
Complementary color
Monochromatic Colors of #DF8472
Black with #DF8472
Text Example
Text Example
White with #DF8472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8472; }
p { color: rgb(223,132,114); }
H1.HeaderClassName
{
color: #DF8472;
}
.AnyTagClassName
{
color: #DF8472;
}
</style>
background-color css
<style>
a { background-color: #DF8472; }
a { background-color: rgb(223,132,114); }
div.DivClassName
{
background-color: #DF8472;
}
.BgClassName
{
background-color: #DF8472;
}
</style>
border-color css
<style>
span { border-color: #DF8472; }
span { border-color: rgb(223,132,114); }
td.TdClassName
{
border-color: #DF8472;
}
.TagClassName
{
border-color: #DF8472;
}
</style>