Shades of New York Pink #DE8879
Tints of New York Pink #DE8879
RGB
CMYK
RGB Variations
Color information
#DE8879 (or 0xDE8879) is known color: New York Pink. HEX triplet: DE, 88 and 79. RGB value is (222,136,121). Sum of RGB (Red+Green+Blue) = 222+136+121=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8879 is #217786. Grayscale: #A0A0A0. Windows color (decimal): -2193287 or 7964894. OLE color: 7964894.
HSL color Cylindrical-coordinate representation of color #DE8879: hue angle of 8.91º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE8879 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 136 | 121 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.13 |
| HSL | 8.91º | 0.6% | 0.67% | - |
| HSV(B) | 8.91º | 0.45% | 0.87% | - |
| XYZ | 42.38 | 34.52 | 22.52 | - |
| YUV | 160 | 105.99 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 136 | 121 | 0 | 0.39 | 0.45 | 0.13 | 8.91 | 0.6 | 0.67 |
| Hex | DE | 88 | 79 | 0 | 27 | 2D | D | 9 | 3C | 43 |
| Octal | 336 | 210 | 171 | 0 | 47 | 55 | 15 | 11 | 74 | 103 |
| Binary | 11011110 | 10001000 | 1111001 | 0 | 100111 | 101101 | 1101 | 1001 | 111100 | 1000011 |
Color Harmonies of #DE8879
Complementary color
Monochromatic Colors of #DE8879
Black with #DE8879
Text Example
Text Example
White with #DE8879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8879; }
p { color: rgb(222,136,121); }
H1.HeaderClassName
{
color: #DE8879;
}
.AnyTagClassName
{
color: #DE8879;
}
</style>
background-color css
<style>
a { background-color: #DE8879; }
a { background-color: rgb(222,136,121); }
div.DivClassName
{
background-color: #DE8879;
}
.BgClassName
{
background-color: #DE8879;
}
</style>
border-color css
<style>
span { border-color: #DE8879; }
span { border-color: rgb(222,136,121); }
td.TdClassName
{
border-color: #DE8879;
}
.TagClassName
{
border-color: #DE8879;
}
</style>