Shades of New York Pink #DE7E77
Tints of New York Pink #DE7E77
RGB
CMYK
RGB Variations
Color information
#DE7E77 (or 0xDE7E77) is known color: New York Pink. HEX triplet: DE, 7E and 77. RGB value is (222,126,119). Sum of RGB (Red+Green+Blue) = 222+126+119=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7E77 is #218188. Grayscale: #9A9A9A. Windows color (decimal): -2195849 or 7831262. OLE color: 7831262.
HSL color Cylindrical-coordinate representation of color #DE7E77: hue angle of 4.08º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE7E77 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 126 | 119 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.13 |
| HSL | 4.08º | 0.61% | 0.67% | - |
| HSV(B) | 4.08º | 0.46% | 0.87% | - |
| XYZ | 40.91 | 31.78 | 21.43 | - |
| YUV | 153.91 | 108.3 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 126 | 119 | 0 | 0.43 | 0.46 | 0.13 | 4.08 | 0.61 | 0.67 |
| Hex | DE | 7E | 77 | 0 | 2B | 2E | D | 4 | 3D | 43 |
| Octal | 336 | 176 | 167 | 0 | 53 | 56 | 15 | 4 | 75 | 103 |
| Binary | 11011110 | 1111110 | 1110111 | 0 | 101011 | 101110 | 1101 | 100 | 111101 | 1000011 |
Color Harmonies of #DE7E77
Complementary color
Monochromatic Colors of #DE7E77
Black with #DE7E77
Text Example
Text Example
White with #DE7E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7E77; }
p { color: rgb(222,126,119); }
H1.HeaderClassName
{
color: #DE7E77;
}
.AnyTagClassName
{
color: #DE7E77;
}
</style>
background-color css
<style>
a { background-color: #DE7E77; }
a { background-color: rgb(222,126,119); }
div.DivClassName
{
background-color: #DE7E77;
}
.BgClassName
{
background-color: #DE7E77;
}
</style>
border-color css
<style>
span { border-color: #DE7E77; }
span { border-color: rgb(222,126,119); }
td.TdClassName
{
border-color: #DE7E77;
}
.TagClassName
{
border-color: #DE7E77;
}
</style>