#DE8977

Color #DE8977 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #DE8977

Tints of New York Pink #DE8977

Color information

#DE8977 (or 0xDE8977) is unknown color: approx New York Pink. HEX triplet: DE, 89 and 77. RGB value is (222,137,119). Sum of RGB (Red+Green+Blue) = 222+137+119=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8977 is #217688. Grayscale: #A0A0A0. Windows color (decimal): -2193033 or 7834078. OLE color: 7834078.

HSL color Cylindrical-coordinate representation of color #DE8977: hue angle of 10.49º 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 #DE8977 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB222137119-
CMYK00.380.460.13
HSL10.49º60.95%66.86%-
HSV(B)10.49º46.4%87.06%-
XYZ42.434.7521.93-
YUV160.36104.66171.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 46.44%
GREEN value IS 137 (53.91% from 255) = 28.66%
BLUE value IS 119 (46.88% from 255) = 24.90%
R=46.44%
G=28.66%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213711900.380.460.1310.4960.9566.86
HexDE89770262EDa3d43
Octal33621116704656151275103
Binary110111101000100111101110100110101110110110101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8977; }

 p { color: rgb(222,137,119); }

 H1.HeaderClassName
 {
   color: #DE8977;
 }
 .AnyTagClassName
 {
   color: #DE8977;
 }
</style>
background-color css

<style>
 a { background-color: #DE8977; }

 a { background-color: rgb(222,137,119); }

 div.DivClassName
 {
   background-color: #DE8977;
 }
 .BgClassName
 {
   background-color: #DE8977;
 }
</style>
border-color css

<style>
 span { border-color: #DE8977; }

 span { border-color: rgb(222,137,119); }

 td.TdClassName
 {
   border-color: #DE8977;
 }
 .TagClassName
 {
   border-color: #DE8977;
 }
</style>