Shades of New York Pink #DF8E77
Tints of New York Pink #DF8E77
RGB
CMYK
RGB Variations
Color information
#DF8E77 (or 0xDF8E77) is known color: New York Pink. HEX triplet: DF, 8E and 77. RGB value is (223,142,119). Sum of RGB (Red+Green+Blue) = 223+142+119=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8E77 is #207188. Grayscale: #A3A3A3. Windows color (decimal): -2126217 or 7835359. OLE color: 7835359.
HSL color Cylindrical-coordinate representation of color #DF8E77: hue angle of 13.27º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF8E77 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 142 | 119 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.13 |
| HSL | 13.27º | 0.62% | 0.67% | - |
| HSV(B) | 13.27º | 0.47% | 0.87% | - |
| XYZ | 43.43 | 36.37 | 22.18 | - |
| YUV | 163.6 | 102.84 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 119 | 0 | 0.36 | 0.47 | 0.13 | 13.27 | 0.62 | 0.67 |
| Hex | DF | 8E | 77 | 0 | 24 | 2F | D | D | 3E | 43 |
| Octal | 337 | 216 | 167 | 0 | 44 | 57 | 15 | 15 | 76 | 103 |
| Binary | 11011111 | 10001110 | 1110111 | 0 | 100100 | 101111 | 1101 | 1101 | 111110 | 1000011 |
Color Harmonies of #DF8E77
Complementary color
Monochromatic Colors of #DF8E77
Black with #DF8E77
Text Example
Text Example
White with #DF8E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8E77; }
p { color: rgb(223,142,119); }
H1.HeaderClassName
{
color: #DF8E77;
}
.AnyTagClassName
{
color: #DF8E77;
}
</style>
background-color css
<style>
a { background-color: #DF8E77; }
a { background-color: rgb(223,142,119); }
div.DivClassName
{
background-color: #DF8E77;
}
.BgClassName
{
background-color: #DF8E77;
}
</style>
border-color css
<style>
span { border-color: #DF8E77; }
span { border-color: rgb(223,142,119); }
td.TdClassName
{
border-color: #DF8E77;
}
.TagClassName
{
border-color: #DF8E77;
}
</style>