#DE7172

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

Shades of Froly #DE7172

Tints of Froly #DE7172

Color information

#DE7172 (or 0xDE7172) is unknown color: approx Froly. HEX triplet: DE, 71 and 72. RGB value is (222,113,114). Sum of RGB (Red+Green+Blue) = 222+113+114=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7172 is #218E8D. Grayscale: #919191. Windows color (decimal): -2199182 or 7500254. OLE color: 7500254.

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

Color convert

RGB222113114-
CMYK00.490.490.13
HSL359.45º62.29%65.69%-
HSV(B)359.45º49.1%87.06%-
XYZ39.0728.5519.37-
YUV145.71110.11182.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.44%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 114 (44.92% from 255) = 25.39%
R=49.44%
G=25.17%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211311400.490.490.13359.4562.2965.69
HexDE717203131D1673e42
Octal336161162061611554776102
Binary1101111011100011110010011000111000111011011001111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7172; }

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

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

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

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

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

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

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

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