#DD747C

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

Shades of Froly #DD747C

Tints of Froly #DD747C

Color information

#DD747C (or 0xDD747C) is unknown color: approx Froly. HEX triplet: DD, 74 and 7C. RGB value is (221,116,124). Sum of RGB (Red+Green+Blue) = 221+116+124=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD747C is #228B83. Grayscale: #949494. Windows color (decimal): -2263940 or 8156381. OLE color: 8156381.

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

Color convert

RGB221116124-
CMYK00.480.440.13
HSL355.43º60.69%66.08%-
HSV(B)355.43º47.51%86.67%-
XYZ39.729.3222.64-
YUV148.31114.29179.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 116 (45.70% from 255) = 25.16%
BLUE value IS 124 (48.83% from 255) = 26.90%
R=47.94%
G=25.16%
B=26.90%

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
Decimal22111612400.480.440.13355.4360.6966.08
HexDD747C0302CD1633d42
Octal335164174060541554375102
Binary1101110111101001111100011000010110011011011000111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD747C; }

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

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

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

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

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

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

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

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