Shades of New York Pink #DE8D77
Tints of New York Pink #DE8D77
RGB
CMYK
RGB Variations
Color information
#DE8D77 (or 0xDE8D77) is known color: New York Pink. HEX triplet: DE, 8D and 77. RGB value is (222,141,119). Sum of RGB (Red+Green+Blue) = 222+141+119=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8D77 is #217288. Grayscale: #A2A2A2. Windows color (decimal): -2192009 or 7835102. OLE color: 7835102.
HSL color Cylindrical-coordinate representation of color #DE8D77: hue angle of 12.82º 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 #DE8D77 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 141 | 119 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.13 |
| HSL | 12.82º | 0.61% | 0.67% | - |
| HSV(B) | 12.82º | 0.46% | 0.87% | - |
| XYZ | 42.98 | 35.91 | 22.12 | - |
| YUV | 162.71 | 103.34 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 141 | 119 | 0 | 0.36 | 0.46 | 0.13 | 12.82 | 0.61 | 0.67 |
| Hex | DE | 8D | 77 | 0 | 24 | 2E | D | D | 3D | 43 |
| Octal | 336 | 215 | 167 | 0 | 44 | 56 | 15 | 15 | 75 | 103 |
| Binary | 11011110 | 10001101 | 1110111 | 0 | 100100 | 101110 | 1101 | 1101 | 111101 | 1000011 |
Color Harmonies of #DE8D77
Complementary color
Monochromatic Colors of #DE8D77
Black with #DE8D77
Text Example
Text Example
White with #DE8D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8D77; }
p { color: rgb(222,141,119); }
H1.HeaderClassName
{
color: #DE8D77;
}
.AnyTagClassName
{
color: #DE8D77;
}
</style>
background-color css
<style>
a { background-color: #DE8D77; }
a { background-color: rgb(222,141,119); }
div.DivClassName
{
background-color: #DE8D77;
}
.BgClassName
{
background-color: #DE8D77;
}
</style>
border-color css
<style>
span { border-color: #DE8D77; }
span { border-color: rgb(222,141,119); }
td.TdClassName
{
border-color: #DE8D77;
}
.TagClassName
{
border-color: #DE8D77;
}
</style>