#DE6976

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

Shades of Froly #DE6976

Tints of Froly #DE6976

Color information

#DE6976 (or 0xDE6976) is unknown color: approx Froly. HEX triplet: DE, 69 and 76. RGB value is (222,105,118). Sum of RGB (Red+Green+Blue) = 222+105+118=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6976 is #219689. Grayscale: #8D8D8D. Windows color (decimal): -2201226 or 7760350. OLE color: 7760350.

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

Color convert

RGB222105118-
CMYK00.530.470.13
HSL353.33º63.93%64.12%-
HSV(B)353.33º52.7%87.06%-
XYZ38.4526.9420.31-
YUV141.46114.76185.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.89%
GREEN value IS 105 (41.41% from 255) = 23.60%
BLUE value IS 118 (46.48% from 255) = 26.52%
R=49.89%
G=23.60%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210511800.530.470.13353.3363.9364.12
HexDE69760352FD1614040
Octal3361511660655715541100100
Binary11011110110100111101100110101101111110110110000110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6976; }

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

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

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

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

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

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

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

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