#DD7172

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

Shades of Froly #DD7172

Tints of Froly #DD7172

Color information

#DD7172 (or 0xDD7172) is unknown color: approx Froly. HEX triplet: DD, 71 and 72. RGB value is (221,113,114). Sum of RGB (Red+Green+Blue) = 221+113+114=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7172 is #228E8D. Grayscale: #919191. Windows color (decimal): -2264718 or 7500253. OLE color: 7500253.

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

Color convert

RGB221113114-
CMYK00.490.480.13
HSL359.44º61.36%65.49%-
HSV(B)359.44º48.87%86.67%-
XYZ38.7628.419.36-
YUV145.41110.28181.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.33%
GREEN value IS 113 (44.53% from 255) = 25.22%
BLUE value IS 114 (44.92% from 255) = 25.45%
R=49.33%
G=25.22%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111311400.490.480.13359.4461.3665.49
HexDD717203130D1673d41
Octal335161162061601554775101
Binary1101110111100011110010011000111000011011011001111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7172; }

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

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

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

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

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

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

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

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