#DE7879

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

Shades of Froly #DE7879

Tints of Froly #DE7879

Color information

#DE7879 (or 0xDE7879) is unknown color: approx Froly. HEX triplet: DE, 78 and 79. RGB value is (222,120,121). Sum of RGB (Red+Green+Blue) = 222+120+121=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7879 is #218786. Grayscale: #969696. Windows color (decimal): -2197383 or 7960798. OLE color: 7960798.

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

Color convert

RGB222120121-
CMYK00.460.450.13
HSL359.41º60.71%67.06%-
HSV(B)359.41º45.95%87.06%-
XYZ40.2930.3421.82-
YUV150.61111.29178.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.95%
GREEN value IS 120 (47.27% from 255) = 25.92%
BLUE value IS 121 (47.66% from 255) = 26.13%
R=47.95%
G=25.92%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212012100.460.450.13359.4160.7167.06
HexDE787902E2DD1673d43
Octal336170171056551554775103
Binary1101111011110001111001010111010110111011011001111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7879; }

 p { color: rgb(222,120,121); }

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

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

 a { background-color: rgb(222,120,121); }

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

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

 span { border-color: rgb(222,120,121); }

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