#DC7172

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

Shades of Froly #DC7172

Tints of Froly #DC7172

Color information

#DC7172 (or 0xDC7172) is unknown color: approx Froly. HEX triplet: DC, 71 and 72. RGB value is (220,113,114). Sum of RGB (Red+Green+Blue) = 220+113+114=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7172 is #238E8D. Grayscale: #919191. Windows color (decimal): -2330254 or 7500252. OLE color: 7500252.

HSL color Cylindrical-coordinate representation of color #DC7172: hue angle of 359.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7172 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB220113114-
CMYK00.490.480.14
HSL359.44º60.45%65.29%-
HSV(B)359.44º48.64%86.27%-
XYZ38.4628.2419.34-
YUV145.11110.45181.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.22%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 114 (44.92% from 255) = 25.50%
R=49.22%
G=25.28%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011311400.490.480.14359.4460.4565.29
HexDC717203130E1673c41
Octal334161162061601654774101
Binary1101110011100011110010011000111000011101011001111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7172; }

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

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

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

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

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

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

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

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