#DE646E

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

Shades of Froly #DE646E

Tints of Froly #DE646E

Color information

#DE646E (or 0xDE646E) is unknown color: approx Froly. HEX triplet: DE, 64 and 6E. RGB value is (222,100,110). Sum of RGB (Red+Green+Blue) = 222+100+110=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE646E is #219B91. Grayscale: #898989. Windows color (decimal): -2202514 or 7234782. OLE color: 7234782.

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

Color convert

RGB222100110-
CMYK00.550.500.13
HSL355.08º64.89%63.14%-
HSV(B)355.08º54.95%87.06%-
XYZ37.525.7717.75-
YUV137.62112.42188.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.39%
GREEN value IS 100 (39.45% from 255) = 23.15%
BLUE value IS 110 (43.36% from 255) = 25.46%
R=51.39%
G=23.15%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210011000.550.500.13355.0864.8963.14
HexDE646E03732D163413f
Octal336144156067621554310177
Binary1101111011001001101110011011111001011011011000111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE646E; }

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

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

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

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

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

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

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

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