#DE7475

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

Shades of Froly #DE7475

Tints of Froly #DE7475

Color information

#DE7475 (or 0xDE7475) is unknown color: approx Froly. HEX triplet: DE, 74 and 75. RGB value is (222,116,117). Sum of RGB (Red+Green+Blue) = 222+116+117=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7475 is #218B8A. Grayscale: #939393. Windows color (decimal): -2198411 or 7697630. OLE color: 7697630.

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

Color convert

RGB222116117-
CMYK00.480.470.13
HSL359.43º61.63%66.27%-
HSV(B)359.43º47.75%87.06%-
XYZ39.5829.320.4-
YUV147.81110.62180.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.79%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 117 (46.09% from 255) = 25.71%
R=48.79%
G=25.49%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211611700.480.470.13359.4361.6366.27
HexDE74750302FD1673e42
Octal336164165060571554776102
Binary1101111011101001110101011000010111111011011001111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7475; }

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

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

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

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

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

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

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

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