#DD7179

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

Shades of Froly #DD7179

Tints of Froly #DD7179

Color information

#DD7179 (or 0xDD7179) is unknown color: approx Froly. HEX triplet: DD, 71 and 79. RGB value is (221,113,121). Sum of RGB (Red+Green+Blue) = 221+113+121=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7179 is #228E86. Grayscale: #929292. Windows color (decimal): -2264711 or 7959005. OLE color: 7959005.

HSL color Cylindrical-coordinate representation of color #DD7179: hue angle of 355.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7179 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB221113121-
CMYK00.490.450.13
HSL355.56º61.36%65.49%-
HSV(B)355.56º48.87%86.67%-
XYZ39.1828.5621.54-
YUV146.2113.78181.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.57%
GREEN value IS 113 (44.53% from 255) = 24.84%
BLUE value IS 121 (47.66% from 255) = 26.59%
R=48.57%
G=24.84%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111312100.490.450.13355.5661.3665.49
HexDD71790312DD1643d41
Octal335161171061551554475101
Binary1101110111100011111001011000110110111011011001001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7179; }

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

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

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

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

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

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

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

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