#DF7D80

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

Shades of Froly #DF7D80

Tints of Froly #DF7D80

Color information

#DF7D80 (or 0xDF7D80) is unknown color: approx Froly. HEX triplet: DF, 7D and 80. RGB value is (223,125,128). Sum of RGB (Red+Green+Blue) = 223+125+128=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D80 is #20827F. Grayscale: #9A9A9A. Windows color (decimal): -2130560 or 8420831. OLE color: 8420831.

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

Color convert

RGB223125128-
CMYK00.440.430.13
HSL358.16º60.49%68.24%-
HSV(B)358.16º43.95%87.45%-
XYZ41.6631.9124.39-
YUV154.64112.97176.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.85%
GREEN value IS 125 (49.22% from 255) = 26.26%
BLUE value IS 128 (50.39% from 255) = 26.89%
R=46.85%
G=26.26%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312512800.440.430.13358.1660.4968.24
HexDF7D8002C2BD1663c44
Octal337175200054531554674104
Binary11011111111110110000000010110010101111011011001101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D80; }

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

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

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

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

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

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

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

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