#DC7D82

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

Shades of Froly #DC7D82

Tints of Froly #DC7D82

Color information

#DC7D82 (or 0xDC7D82) is unknown color: approx Froly. HEX triplet: DC, 7D and 82. RGB value is (220,125,130). Sum of RGB (Red+Green+Blue) = 220+125+130=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7D82 is #23827D. Grayscale: #9A9A9A. Windows color (decimal): -2327166 or 8551900. OLE color: 8551900.

HSL color Cylindrical-coordinate representation of color #DC7D82: hue angle of 356.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7D82 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB220125130-
CMYK00.430.410.14
HSL356.84º57.58%67.65%-
HSV(B)356.84º43.18%86.27%-
XYZ40.8831.4925.04-
YUV153.98114.47175.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.32%
GREEN value IS 125 (49.22% from 255) = 26.32%
BLUE value IS 130 (51.17% from 255) = 27.37%
R=46.32%
G=26.32%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012513000.430.410.14356.8457.5867.65
HexDC7D8202B29E1653a44
Octal334175202053511654572104
Binary11011100111110110000010010101110100111101011001011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7D82; }

 p { color: rgb(220,125,130); }

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

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

 a { background-color: rgb(220,125,130); }

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

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

 span { border-color: rgb(220,125,130); }

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