#DE8776

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

Shades of New York Pink #DE8776

Tints of New York Pink #DE8776

Color information

#DE8776 (or 0xDE8776) is unknown color: approx New York Pink. HEX triplet: DE, 87 and 76. RGB value is (222,135,118). Sum of RGB (Red+Green+Blue) = 222+135+118=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8776 is #217889. Grayscale: #9F9F9F. Windows color (decimal): -2193546 or 7768030. OLE color: 7768030.

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

Color convert

RGB222135118-
CMYK00.390.470.13
HSL9.81º61.18%66.67%-
HSV(B)9.81º46.85%87.06%-
XYZ42.0634.1721.52-
YUV159.07104.82172.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.74%
GREEN value IS 135 (53.12% from 255) = 28.42%
BLUE value IS 118 (46.48% from 255) = 24.84%
R=46.74%
G=28.42%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213511800.390.470.139.8161.1866.67
HexDE87760272FDa3d43
Octal33620716604757151275103
Binary110111101000011111101100100111101111110110101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8776; }

 p { color: rgb(222,135,118); }

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

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

 a { background-color: rgb(222,135,118); }

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

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

 span { border-color: rgb(222,135,118); }

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