Shades of New York Pink #DE8B77
Tints of New York Pink #DE8B77
RGB
CMYK
RGB Variations
Color information
#DE8B77 (or 0xDE8B77) is known color: New York Pink. HEX triplet: DE, 8B and 77. RGB value is (222,139,119). Sum of RGB (Red+Green+Blue) = 222+139+119=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8B77 is #217488. Grayscale: #A1A1A1. Windows color (decimal): -2192521 or 7834590. OLE color: 7834590.
HSL color Cylindrical-coordinate representation of color #DE8B77: hue angle of 11.65º 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 #DE8B77 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 139 | 119 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.13 |
| HSL | 11.65º | 0.61% | 0.67% | - |
| HSV(B) | 11.65º | 0.46% | 0.87% | - |
| XYZ | 42.69 | 35.33 | 22.02 | - |
| YUV | 161.54 | 104 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 139 | 119 | 0 | 0.37 | 0.46 | 0.13 | 11.65 | 0.61 | 0.67 |
| Hex | DE | 8B | 77 | 0 | 25 | 2E | D | C | 3D | 43 |
| Octal | 336 | 213 | 167 | 0 | 45 | 56 | 15 | 14 | 75 | 103 |
| Binary | 11011110 | 10001011 | 1110111 | 0 | 100101 | 101110 | 1101 | 1100 | 111101 | 1000011 |
Color Harmonies of #DE8B77
Complementary color
Monochromatic Colors of #DE8B77
Black with #DE8B77
Text Example
Text Example
White with #DE8B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8B77; }
p { color: rgb(222,139,119); }
H1.HeaderClassName
{
color: #DE8B77;
}
.AnyTagClassName
{
color: #DE8B77;
}
</style>
background-color css
<style>
a { background-color: #DE8B77; }
a { background-color: rgb(222,139,119); }
div.DivClassName
{
background-color: #DE8B77;
}
.BgClassName
{
background-color: #DE8B77;
}
</style>
border-color css
<style>
span { border-color: #DE8B77; }
span { border-color: rgb(222,139,119); }
td.TdClassName
{
border-color: #DE8B77;
}
.TagClassName
{
border-color: #DE8B77;
}
</style>