#DE646D

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

Shades of Froly #DE646D

Tints of Froly #DE646D

Color information

#DE646D (or 0xDE646D) is unknown color: approx Froly. HEX triplet: DE, 64 and 6D. RGB value is (222,100,109). Sum of RGB (Red+Green+Blue) = 222+100+109=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE646D is #219B92. Grayscale: #898989. Windows color (decimal): -2202515 or 7169246. OLE color: 7169246.

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

Color convert

RGB222100109-
CMYK00.550.510.13
HSL355.57º64.89%63.14%-
HSV(B)355.57º54.95%87.06%-
XYZ37.4425.7517.46-
YUV137.5111.92188.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.51%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 109 (42.97% from 255) = 25.29%
R=51.51%
G=23.20%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210010900.550.510.13355.5764.8963.14
HexDE646D03733D164413f
Octal336144155067631554410177
Binary1101111011001001101101011011111001111011011001001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE646D; }

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

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

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

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

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

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

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

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