#DE7074

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

Shades of Froly #DE7074

Tints of Froly #DE7074

Color information

#DE7074 (or 0xDE7074) is unknown color: approx Froly. HEX triplet: DE, 70 and 74. RGB value is (222,112,116). Sum of RGB (Red+Green+Blue) = 222+112+116=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7074 is #218F8B. Grayscale: #919191. Windows color (decimal): -2199436 or 7631070. OLE color: 7631070.

HSL color Cylindrical-coordinate representation of color #DE7074: hue angle of 357.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE7074 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB222112116-
CMYK00.500.480.13
HSL357.82º62.5%65.49%-
HSV(B)357.82º49.55%87.06%-
XYZ39.0728.3819.94-
YUV145.35111.44182.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.33%
GREEN value IS 112 (44.14% from 255) = 24.89%
BLUE value IS 116 (45.70% from 255) = 25.78%
R=49.33%
G=24.89%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211211600.500.480.13357.8262.565.49
HexDE707403230D1663e41
Octal336160164062601554676101
Binary1101111011100001110100011001011000011011011001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7074; }

 p { color: rgb(222,112,116); }

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

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

 a { background-color: rgb(222,112,116); }

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

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

 span { border-color: rgb(222,112,116); }

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