Shades of New York Pink #DF8773
Tints of New York Pink #DF8773
RGB
CMYK
RGB Variations
Color information
#DF8773 (or 0xDF8773) is known color: New York Pink. HEX triplet: DF, 87 and 73. RGB value is (223,135,115). Sum of RGB (Red+Green+Blue) = 223+135+115=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8773 is #20788C. Grayscale: #9F9F9F. Windows color (decimal): -2128013 or 7571423. OLE color: 7571423.
HSL color Cylindrical-coordinate representation of color #DF8773: hue angle of 11.11º 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 #DF8773 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 115 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.13 |
| HSL | 11.11º | 0.63% | 0.66% | - |
| HSV(B) | 11.11º | 0.48% | 0.87% | - |
| XYZ | 42.19 | 34.25 | 20.61 | - |
| YUV | 159.03 | 103.15 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 115 | 0 | 0.39 | 0.48 | 0.13 | 11.11 | 0.63 | 0.66 |
| Hex | DF | 87 | 73 | 0 | 27 | 30 | D | B | 3F | 42 |
| Octal | 337 | 207 | 163 | 0 | 47 | 60 | 15 | 13 | 77 | 102 |
| Binary | 11011111 | 10000111 | 1110011 | 0 | 100111 | 110000 | 1101 | 1011 | 111111 | 1000010 |
Color Harmonies of #DF8773
Complementary color
Monochromatic Colors of #DF8773
Black with #DF8773
Text Example
Text Example
White with #DF8773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8773; }
p { color: rgb(223,135,115); }
H1.HeaderClassName
{
color: #DF8773;
}
.AnyTagClassName
{
color: #DF8773;
}
</style>
background-color css
<style>
a { background-color: #DF8773; }
a { background-color: rgb(223,135,115); }
div.DivClassName
{
background-color: #DF8773;
}
.BgClassName
{
background-color: #DF8773;
}
</style>
border-color css
<style>
span { border-color: #DF8773; }
span { border-color: rgb(223,135,115); }
td.TdClassName
{
border-color: #DF8773;
}
.TagClassName
{
border-color: #DF8773;
}
</style>