#DE7576

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

Shades of Froly #DE7576

Tints of Froly #DE7576

Color information

#DE7576 (or 0xDE7576) is unknown color: approx Froly. HEX triplet: DE, 75 and 76. RGB value is (222,117,118). Sum of RGB (Red+Green+Blue) = 222+117+118=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7576 is #218A89. Grayscale: #949494. Windows color (decimal): -2198154 or 7763422. OLE color: 7763422.

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

Color convert

RGB222117118-
CMYK00.470.470.13
HSL359.43º61.4%66.47%-
HSV(B)359.43º47.3%87.06%-
XYZ39.7629.5620.75-
YUV148.51110.79180.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.58%
GREEN value IS 117 (46.09% from 255) = 25.60%
BLUE value IS 118 (46.48% from 255) = 25.82%
R=48.58%
G=25.60%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211711800.470.470.13359.4361.466.47
HexDE757602F2FD1673d42
Octal336165166057571554775102
Binary1101111011101011110110010111110111111011011001111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7576; }

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

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

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

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

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

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

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

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