#DE6770

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

Shades of Froly #DE6770

Tints of Froly #DE6770

Color information

#DE6770 (or 0xDE6770) is unknown color: approx Froly. HEX triplet: DE, 67 and 70. RGB value is (222,103,112). Sum of RGB (Red+Green+Blue) = 222+103+112=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6770 is #21988F. Grayscale: #8B8B8B. Windows color (decimal): -2201744 or 7366622. OLE color: 7366622.

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

Color convert

RGB222103112-
CMYK00.540.500.13
HSL355.46º64.32%63.73%-
HSV(B)355.46º53.6%87.06%-
XYZ37.926.418.43-
YUV139.61112.42186.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.80%
GREEN value IS 103 (40.62% from 255) = 23.57%
BLUE value IS 112 (44.14% from 255) = 25.63%
R=50.80%
G=23.57%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210311200.540.500.13355.4664.3263.73
HexDE677003632D1634040
Octal3361471600666215543100100
Binary11011110110011111100000110110110010110110110001110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6770; }

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

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

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

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

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

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

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

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