Shades of New York Pink #DE8A76
Tints of New York Pink #DE8A76
RGB
CMYK
RGB Variations
Color information
#DE8A76 (or 0xDE8A76) is known color: New York Pink. HEX triplet: DE, 8A and 76. RGB value is (222,138,118). Sum of RGB (Red+Green+Blue) = 222+138+118=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8A76 is #217589. Grayscale: #A0A0A0. Windows color (decimal): -2192778 or 7768798. OLE color: 7768798.
HSL color Cylindrical-coordinate representation of color #DE8A76: hue angle of 11.54º degrees, saturation: 0.61, 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 #DE8A76 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 138 | 118 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.13 |
| HSL | 11.54º | 0.61% | 0.67% | - |
| HSV(B) | 11.54º | 0.47% | 0.87% | - |
| XYZ | 42.48 | 35.01 | 21.66 | - |
| YUV | 160.84 | 103.83 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 138 | 118 | 0 | 0.38 | 0.47 | 0.13 | 11.54 | 0.61 | 0.67 |
| Hex | DE | 8A | 76 | 0 | 26 | 2F | D | C | 3D | 43 |
| Octal | 336 | 212 | 166 | 0 | 46 | 57 | 15 | 14 | 75 | 103 |
| Binary | 11011110 | 10001010 | 1110110 | 0 | 100110 | 101111 | 1101 | 1100 | 111101 | 1000011 |
Color Harmonies of #DE8A76
Complementary color
Monochromatic Colors of #DE8A76
Black with #DE8A76
Text Example
Text Example
White with #DE8A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8A76; }
p { color: rgb(222,138,118); }
H1.HeaderClassName
{
color: #DE8A76;
}
.AnyTagClassName
{
color: #DE8A76;
}
</style>
background-color css
<style>
a { background-color: #DE8A76; }
a { background-color: rgb(222,138,118); }
div.DivClassName
{
background-color: #DE8A76;
}
.BgClassName
{
background-color: #DE8A76;
}
</style>
border-color css
<style>
span { border-color: #DE8A76; }
span { border-color: rgb(222,138,118); }
td.TdClassName
{
border-color: #DE8A76;
}
.TagClassName
{
border-color: #DE8A76;
}
</style>