Shades of New York Pink #DF8076
Tints of New York Pink #DF8076
RGB
CMYK
RGB Variations
Color information
#DF8076 (or 0xDF8076) is known color: New York Pink. HEX triplet: DF, 80 and 76. RGB value is (223,128,118). Sum of RGB (Red+Green+Blue) = 223+128+118=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8076 is #207F89. Grayscale: #9B9B9B. Windows color (decimal): -2129802 or 7766239. OLE color: 7766239.
HSL color Cylindrical-coordinate representation of color #DF8076: hue angle of 5.71º 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 #DF8076 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 118 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.13 |
| HSL | 5.71º | 0.62% | 0.67% | - |
| HSV(B) | 5.71º | 0.47% | 0.87% | - |
| XYZ | 41.42 | 32.43 | 21.22 | - |
| YUV | 155.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 118 | 0 | 0.43 | 0.47 | 0.13 | 5.71 | 0.62 | 0.67 |
| Hex | DF | 80 | 76 | 0 | 2B | 2F | D | 6 | 3E | 43 |
| Octal | 337 | 200 | 166 | 0 | 53 | 57 | 15 | 6 | 76 | 103 |
| Binary | 11011111 | 10000000 | 1110110 | 0 | 101011 | 101111 | 1101 | 110 | 111110 | 1000011 |
Color Harmonies of #DF8076
Complementary color
Monochromatic Colors of #DF8076
Black with #DF8076
Text Example
Text Example
White with #DF8076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8076; }
p { color: rgb(223,128,118); }
H1.HeaderClassName
{
color: #DF8076;
}
.AnyTagClassName
{
color: #DF8076;
}
</style>
background-color css
<style>
a { background-color: #DF8076; }
a { background-color: rgb(223,128,118); }
div.DivClassName
{
background-color: #DF8076;
}
.BgClassName
{
background-color: #DF8076;
}
</style>
border-color css
<style>
span { border-color: #DF8076; }
span { border-color: rgb(223,128,118); }
td.TdClassName
{
border-color: #DF8076;
}
.TagClassName
{
border-color: #DF8076;
}
</style>