#DE7176

Color #DE7176 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #DE7176

Tints of Froly #DE7176

Color information

#DE7176 (or 0xDE7176) is unknown color: approx Froly. HEX triplet: DE, 71 and 76. RGB value is (222,113,118). Sum of RGB (Red+Green+Blue) = 222+113+118=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7176 is #218E89. Grayscale: #929292. Windows color (decimal): -2199178 or 7762398. OLE color: 7762398.

HSL color Cylindrical-coordinate representation of color #DE7176: hue angle of 357.25º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE7176 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB222113118-
CMYK00.490.470.13
HSL357.25º62.29%65.69%-
HSV(B)357.25º49.1%87.06%-
XYZ39.328.6520.6-
YUV146.16112.11182.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.01%
GREEN value IS 113 (44.53% from 255) = 24.94%
BLUE value IS 118 (46.48% from 255) = 26.05%
R=49.01%
G=24.94%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211311800.490.470.13357.2562.2965.69
HexDE71760312FD1653e42
Octal336161166061571554576102
Binary1101111011100011110110011000110111111011011001011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7176; }

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

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

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

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

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

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

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

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