#DD7176

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

Shades of Froly #DD7176

Tints of Froly #DD7176

Color information

#DD7176 (or 0xDD7176) is unknown color: approx Froly. HEX triplet: DD, 71 and 76. RGB value is (221,113,118). Sum of RGB (Red+Green+Blue) = 221+113+118=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7176 is #228E89. Grayscale: #919191. Windows color (decimal): -2264714 or 7762397. OLE color: 7762397.

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

Color convert

RGB221113118-
CMYK00.490.470.13
HSL357.22º61.36%65.49%-
HSV(B)357.22º48.87%86.67%-
XYZ38.9928.4920.58-
YUV145.86112.28181.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.89%
GREEN value IS 113 (44.53% from 255) = 25%
BLUE value IS 118 (46.48% from 255) = 26.11%
R=48.89%
G=25%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111311800.490.470.13357.2261.3665.49
HexDD71760312FD1653d41
Octal335161166061571554575101
Binary1101110111100011110110011000110111111011011001011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7176; }

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

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

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

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

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

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

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

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