#DF647C

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

Shades of Froly #DF647C

Tints of Froly #DF647C

Color information

#DF647C (or 0xDF647C) is unknown color: approx Froly. HEX triplet: DF, 64 and 7C. RGB value is (223,100,124). Sum of RGB (Red+Green+Blue) = 223+100+124=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF647C is #209B83. Grayscale: #8B8B8B. Windows color (decimal): -2136964 or 8152287. OLE color: 8152287.

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

Color convert

RGB223100124-
CMYK00.550.440.13
HSL348.29º65.78%63.33%-
HSV(B)348.29º55.16%87.45%-
XYZ38.6326.2622.1-
YUV139.51119.25187.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.89%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=49.89%
G=22.37%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310012400.550.440.13348.2965.7863.33
HexDF647C0372CD15c423f
Octal337144174067541553410277
Binary1101111111001001111100011011110110011011010111001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF647C; }

 p { color: rgb(223,100,124); }

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

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

 a { background-color: rgb(223,100,124); }

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

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

 span { border-color: rgb(223,100,124); }

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