#DE6775

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

Shades of Froly #DE6775

Tints of Froly #DE6775

Color information

#DE6775 (or 0xDE6775) is unknown color: approx Froly. HEX triplet: DE, 67 and 75. RGB value is (222,103,117). Sum of RGB (Red+Green+Blue) = 222+103+117=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6775 is #21988A. Grayscale: #8C8C8C. Windows color (decimal): -2201739 or 7694302. OLE color: 7694302.

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

Color convert

RGB222103117-
CMYK00.540.470.13
HSL352.94º64.32%63.73%-
HSV(B)352.94º53.6%87.06%-
XYZ38.1926.5119.93-
YUV140.18114.92186.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.23%
GREEN value IS 103 (40.62% from 255) = 23.30%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=50.23%
G=23.30%
B=26.47%

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
Decimal22210311700.540.470.13352.9464.3263.73
HexDE67750362FD1614040
Octal3361471650665715541100100
Binary11011110110011111101010110110101111110110110000110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6775; }

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

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

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

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

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

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

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

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