#DE6374

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

Shades of Froly #DE6374

Tints of Froly #DE6374

Color information

#DE6374 (or 0xDE6374) is unknown color: approx Froly. HEX triplet: DE, 63 and 74. RGB value is (222,99,116). Sum of RGB (Red+Green+Blue) = 222+99+116=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6374 is #219C8B. Grayscale: #898989. Windows color (decimal): -2202764 or 7627742. OLE color: 7627742.

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

Color convert

RGB22299116-
CMYK00.550.480.13
HSL351.71º65.08%62.94%-
HSV(B)351.71º55.41%87.06%-
XYZ37.7425.7119.5-
YUV137.72115.75188.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.80%
GREEN value IS 99 (39.06% from 255) = 22.65%
BLUE value IS 116 (45.70% from 255) = 26.54%
R=50.80%
G=22.65%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229911600.550.480.13351.7165.0862.94
HexDE637403730D160413f
Octal336143164067601554010177
Binary1101111011000111110100011011111000011011011000001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6374; }

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

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

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

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

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

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

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

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