#DD7479

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

Shades of Froly #DD7479

Tints of Froly #DD7479

Color information

#DD7479 (or 0xDD7479) is unknown color: approx Froly. HEX triplet: DD, 74 and 79. RGB value is (221,116,121). Sum of RGB (Red+Green+Blue) = 221+116+121=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7479 is #228B86. Grayscale: #949494. Windows color (decimal): -2263943 or 7959773. OLE color: 7959773.

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

Color convert

RGB221116121-
CMYK00.480.450.13
HSL357.14º60.69%66.08%-
HSV(B)357.14º47.51%86.67%-
XYZ39.5229.2421.65-
YUV147.96112.79180.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.25%
GREEN value IS 116 (45.70% from 255) = 25.33%
BLUE value IS 121 (47.66% from 255) = 26.42%
R=48.25%
G=25.33%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111612100.480.450.13357.1460.6966.08
HexDD74790302DD1653d42
Octal335164171060551554575102
Binary1101110111101001111001011000010110111011011001011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7479; }

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

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

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

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

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

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

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

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