#DE8077

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

Shades of New York Pink #DE8077

Tints of New York Pink #DE8077

Color information

#DE8077 (or 0xDE8077) is unknown color: approx New York Pink. HEX triplet: DE, 80 and 77. RGB value is (222,128,119). Sum of RGB (Red+Green+Blue) = 222+128+119=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8077 is #217F88. Grayscale: #9B9B9B. Windows color (decimal): -2195337 or 7831774. OLE color: 7831774.

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

Color convert

RGB222128119-
CMYK00.420.460.13
HSL5.24º60.95%66.86%-
HSV(B)5.24º46.4%87.06%-
XYZ41.1732.321.52-
YUV155.08107.64175.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.33%
GREEN value IS 128 (50.39% from 255) = 27.29%
BLUE value IS 119 (46.88% from 255) = 25.37%
R=47.33%
G=27.29%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212811900.420.460.135.2460.9566.86
HexDE807702A2ED53d43
Octal3362001670525615575103
Binary11011110100000001110111010101010111011011011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8077; }

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

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

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

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

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

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

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

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