#DE7D82

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

Shades of Froly #DE7D82

Tints of Froly #DE7D82

Color information

#DE7D82 (or 0xDE7D82) is unknown color: approx Froly. HEX triplet: DE, 7D and 82. RGB value is (222,125,130). Sum of RGB (Red+Green+Blue) = 222+125+130=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7D82 is #21827D. Grayscale: #9A9A9A. Windows color (decimal): -2196094 or 8551902. OLE color: 8551902.

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

Color convert

RGB222125130-
CMYK00.440.410.13
HSL356.91º59.51%68.04%-
HSV(B)356.91º43.69%87.06%-
XYZ41.4931.8125.07-
YUV154.57114.14176.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.54%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=46.54%
G=26.21%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212513000.440.410.13356.9159.5168.04
HexDE7D8202C29D1653c44
Octal336175202054511554574104
Binary11011110111110110000010010110010100111011011001011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7D82; }

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

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

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

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

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

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

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

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