#DF747C

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

Shades of Froly #DF747C

Tints of Froly #DF747C

Color information

#DF747C (or 0xDF747C) is unknown color: approx Froly. HEX triplet: DF, 74 and 7C. RGB value is (223,116,124). Sum of RGB (Red+Green+Blue) = 223+116+124=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF747C is #208B83. Grayscale: #949494. Windows color (decimal): -2132868 or 8156383. OLE color: 8156383.

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

Color convert

RGB223116124-
CMYK00.480.440.13
HSL355.51º62.57%66.47%-
HSV(B)355.51º47.98%87.45%-
XYZ40.3129.6322.66-
YUV148.9113.95180.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.16%
GREEN value IS 116 (45.70% from 255) = 25.05%
BLUE value IS 124 (48.83% from 255) = 26.78%
R=48.16%
G=25.05%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311612400.480.440.13355.5162.5766.47
HexDF747C0302CD1643f42
Octal337164174060541554477102
Binary1101111111101001111100011000010110011011011001001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF747C; }

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

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

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

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

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

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

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

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