#DE7177

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

Shades of Froly #DE7177

Tints of Froly #DE7177

Color information

#DE7177 (or 0xDE7177) is unknown color: approx Froly. HEX triplet: DE, 71 and 77. RGB value is (222,113,119). Sum of RGB (Red+Green+Blue) = 222+113+119=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7177 is #218E88. Grayscale: #929292. Windows color (decimal): -2199177 or 7827934. OLE color: 7827934.

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

Color convert

RGB222113119-
CMYK00.490.460.13
HSL356.7º62.29%65.69%-
HSV(B)356.7º49.1%87.06%-
XYZ39.3628.6720.91-
YUV146.28112.61182.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.90%
GREEN value IS 113 (44.53% from 255) = 24.89%
BLUE value IS 119 (46.88% from 255) = 26.21%
R=48.90%
G=24.89%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211311900.490.460.13356.762.2965.69
HexDE71770312ED1653e42
Octal336161167061561554576102
Binary1101111011100011110111011000110111011011011001011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7177; }

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

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

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

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

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

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

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

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