#DE7075

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

Shades of Froly #DE7075

Tints of Froly #DE7075

Color information

#DE7075 (or 0xDE7075) is unknown color: approx Froly. HEX triplet: DE, 70 and 75. RGB value is (222,112,117). Sum of RGB (Red+Green+Blue) = 222+112+117=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7075 is #218F8A. Grayscale: #919191. Windows color (decimal): -2199435 or 7696606. OLE color: 7696606.

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

Color convert

RGB222112117-
CMYK00.500.470.13
HSL357.27º62.5%65.49%-
HSV(B)357.27º49.55%87.06%-
XYZ39.1328.420.25-
YUV145.46111.94182.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.22%
GREEN value IS 112 (44.14% from 255) = 24.83%
BLUE value IS 117 (46.09% from 255) = 25.94%
R=49.22%
G=24.83%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211211700.500.470.13357.2762.565.49
HexDE70750322FD1653e41
Octal336160165062571554576101
Binary1101111011100001110101011001010111111011011001011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7075; }

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

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

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

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

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

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

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

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