#DE6364

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

Shades of Froly #DE6364

Tints of Froly #DE6364

Color information

#DE6364 (or 0xDE6364) is unknown color: approx Froly. HEX triplet: DE, 63 and 64. RGB value is (222,99,100). Sum of RGB (Red+Green+Blue) = 222+99+100=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6364 is #219C9B. Grayscale: #888888. Windows color (decimal): -2202780 or 6579166. OLE color: 6579166.

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

Color convert

RGB22299100-
CMYK00.550.550.13
HSL359.51º65.08%62.94%-
HSV(B)359.51º55.41%87.06%-
XYZ36.8925.3715.01-
YUV135.89107.75189.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.73%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 100 (39.45% from 255) = 23.75%
R=52.73%
G=23.52%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229910000.550.550.13359.5165.0862.94
HexDE636403737D168413f
Octal336143144067671555010177
Binary1101111011000111100100011011111011111011011010001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6364; }

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

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

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

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

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

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

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

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