#DE7680

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

Shades of Froly #DE7680

Tints of Froly #DE7680

Color information

#DE7680 (or 0xDE7680) is unknown color: approx Froly. HEX triplet: DE, 76 and 80. RGB value is (222,118,128). Sum of RGB (Red+Green+Blue) = 222+118+128=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7680 is #21897F. Grayscale: #969696. Windows color (decimal): -2197888 or 8419038. OLE color: 8419038.

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

Color convert

RGB222118128-
CMYK00.470.420.13
HSL354.23º61.18%66.67%-
HSV(B)354.23º46.85%87.06%-
XYZ40.530.0424.09-
YUV150.24115.46179.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.44%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 128 (50.39% from 255) = 27.35%
R=47.44%
G=25.21%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211812800.470.420.13354.2361.1866.67
HexDE768002F2AD1623d43
Octal336166200057521554275103
Binary11011110111011010000000010111110101011011011000101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7680; }

 p { color: rgb(222,118,128); }

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

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

 a { background-color: rgb(222,118,128); }

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

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

 span { border-color: rgb(222,118,128); }

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