#DE6776

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

Shades of Froly #DE6776

Tints of Froly #DE6776

Color information

#DE6776 (or 0xDE6776) is unknown color: approx Froly. HEX triplet: DE, 67 and 76. RGB value is (222,103,118). Sum of RGB (Red+Green+Blue) = 222+103+118=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6776 is #219889. Grayscale: #8C8C8C. Windows color (decimal): -2201738 or 7759838. OLE color: 7759838.

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

Color convert

RGB222103118-
CMYK00.540.470.13
HSL352.44º64.32%63.73%-
HSV(B)352.44º53.6%87.06%-
XYZ38.2426.5420.25-
YUV140.29115.42186.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.11%
GREEN value IS 103 (40.62% from 255) = 23.25%
BLUE value IS 118 (46.48% from 255) = 26.64%
R=50.11%
G=23.25%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210311800.540.470.13352.4464.3263.73
HexDE67760362FD1604040
Octal3361471660665715540100100
Binary11011110110011111101100110110101111110110110000010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6776; }

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

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

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

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

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

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

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

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