#DF7D82

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

Shades of Froly #DF7D82

Tints of Froly #DF7D82

Color information

#DF7D82 (or 0xDF7D82) is unknown color: approx Froly. HEX triplet: DF, 7D and 82. RGB value is (223,125,130). Sum of RGB (Red+Green+Blue) = 223+125+130=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D82 is #20827D. Grayscale: #9A9A9A. Windows color (decimal): -2130558 or 8551903. OLE color: 8551903.

HSL color Cylindrical-coordinate representation of color #DF7D82: hue angle of 356.94º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7D82 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB223125130-
CMYK00.440.420.13
HSL356.94º60.49%68.24%-
HSV(B)356.94º43.95%87.45%-
XYZ41.7931.9725.09-
YUV154.87113.97176.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.65%
GREEN value IS 125 (49.22% from 255) = 26.15%
BLUE value IS 130 (51.17% from 255) = 27.20%
R=46.65%
G=26.15%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312513000.440.420.13356.9460.4968.24
HexDF7D8202C2AD1653c44
Octal337175202054521554574104
Binary11011111111110110000010010110010101011011011001011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D82; }

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

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

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

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

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

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

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

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