#DE697A

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

Shades of Froly #DE697A

Tints of Froly #DE697A

Color information

#DE697A (or 0xDE697A) is unknown color: approx Froly. HEX triplet: DE, 69 and 7A. RGB value is (222,105,122). Sum of RGB (Red+Green+Blue) = 222+105+122=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE697A is #219685. Grayscale: #8D8D8D. Windows color (decimal): -2201222 or 8022494. OLE color: 8022494.

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

Color convert

RGB222105122-
CMYK00.530.450.13
HSL351.28º63.93%64.12%-
HSV(B)351.28º52.7%87.06%-
XYZ38.6927.0421.59-
YUV141.92116.76185.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.44%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 122 (48.05% from 255) = 27.17%
R=49.44%
G=23.39%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210512200.530.450.13351.2863.9364.12
HexDE697A0352DD15f4040
Octal3361511720655515537100100
Binary11011110110100111110100110101101101110110101111110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE697A; }

 p { color: rgb(222,105,122); }

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

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

 a { background-color: rgb(222,105,122); }

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

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

 span { border-color: rgb(222,105,122); }

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