Shades of New York Pink #DE7F77
Tints of New York Pink #DE7F77
RGB
CMYK
RGB Variations
Color information
#DE7F77 (or 0xDE7F77) is known color: New York Pink. HEX triplet: DE, 7F and 77. RGB value is (222,127,119). Sum of RGB (Red+Green+Blue) = 222+127+119=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7F77 is #218088. Grayscale: #9A9A9A. Windows color (decimal): -2195593 or 7831518. OLE color: 7831518.
HSL color Cylindrical-coordinate representation of color #DE7F77: hue angle of 4.66º 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 #DE7F77 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 127 | 119 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.13 |
| HSL | 4.66º | 0.61% | 0.67% | - |
| HSV(B) | 4.66º | 0.46% | 0.87% | - |
| XYZ | 41.04 | 32.04 | 21.47 | - |
| YUV | 154.49 | 107.97 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 127 | 119 | 0 | 0.43 | 0.46 | 0.13 | 4.66 | 0.61 | 0.67 |
| Hex | DE | 7F | 77 | 0 | 2B | 2E | D | 5 | 3D | 43 |
| Octal | 336 | 177 | 167 | 0 | 53 | 56 | 15 | 5 | 75 | 103 |
| Binary | 11011110 | 1111111 | 1110111 | 0 | 101011 | 101110 | 1101 | 101 | 111101 | 1000011 |
Color Harmonies of #DE7F77
Complementary color
Monochromatic Colors of #DE7F77
Black with #DE7F77
Text Example
Text Example
White with #DE7F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7F77; }
p { color: rgb(222,127,119); }
H1.HeaderClassName
{
color: #DE7F77;
}
.AnyTagClassName
{
color: #DE7F77;
}
</style>
background-color css
<style>
a { background-color: #DE7F77; }
a { background-color: rgb(222,127,119); }
div.DivClassName
{
background-color: #DE7F77;
}
.BgClassName
{
background-color: #DE7F77;
}
</style>
border-color css
<style>
span { border-color: #DE7F77; }
span { border-color: rgb(222,127,119); }
td.TdClassName
{
border-color: #DE7F77;
}
.TagClassName
{
border-color: #DE7F77;
}
</style>