Shades of New York Pink #DF8373
Tints of New York Pink #DF8373
RGB
CMYK
RGB Variations
Color information
#DF8373 (or 0xDF8373) is known color: New York Pink. HEX triplet: DF, 83 and 73. RGB value is (223,131,115). Sum of RGB (Red+Green+Blue) = 223+131+115=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8373 is #207C8C. Grayscale: #9C9C9C. Windows color (decimal): -2129037 or 7570399. OLE color: 7570399.
HSL color Cylindrical-coordinate representation of color #DF8373: hue angle of 8.89º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF8373 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 115 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.13 |
| HSL | 8.89º | 0.63% | 0.66% | - |
| HSV(B) | 8.89º | 0.48% | 0.87% | - |
| XYZ | 41.64 | 33.16 | 20.43 | - |
| YUV | 156.68 | 104.48 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 115 | 0 | 0.41 | 0.48 | 0.13 | 8.89 | 0.63 | 0.66 |
| Hex | DF | 83 | 73 | 0 | 29 | 30 | D | 9 | 3F | 42 |
| Octal | 337 | 203 | 163 | 0 | 51 | 60 | 15 | 11 | 77 | 102 |
| Binary | 11011111 | 10000011 | 1110011 | 0 | 101001 | 110000 | 1101 | 1001 | 111111 | 1000010 |
Color Harmonies of #DF8373
Complementary color
Monochromatic Colors of #DF8373
Black with #DF8373
Text Example
Text Example
White with #DF8373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8373; }
p { color: rgb(223,131,115); }
H1.HeaderClassName
{
color: #DF8373;
}
.AnyTagClassName
{
color: #DF8373;
}
</style>
background-color css
<style>
a { background-color: #DF8373; }
a { background-color: rgb(223,131,115); }
div.DivClassName
{
background-color: #DF8373;
}
.BgClassName
{
background-color: #DF8373;
}
</style>
border-color css
<style>
span { border-color: #DF8373; }
span { border-color: rgb(223,131,115); }
td.TdClassName
{
border-color: #DF8373;
}
.TagClassName
{
border-color: #DF8373;
}
</style>