#DE6B76

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

Shades of Froly #DE6B76

Tints of Froly #DE6B76

Color information

#DE6B76 (or 0xDE6B76) is unknown color: approx Froly. HEX triplet: DE, 6B and 76. RGB value is (222,107,118). Sum of RGB (Red+Green+Blue) = 222+107+118=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6B76 is #219489. Grayscale: #8E8E8E. Windows color (decimal): -2200714 or 7760862. OLE color: 7760862.

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

Color convert

RGB222107118-
CMYK00.520.470.13
HSL354.26º63.54%64.51%-
HSV(B)354.26º51.8%87.06%-
XYZ38.6527.3520.38-
YUV142.64114.1184.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.66%
GREEN value IS 107 (42.19% from 255) = 23.94%
BLUE value IS 118 (46.48% from 255) = 26.40%
R=49.66%
G=23.94%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210711800.520.470.13354.2663.5464.51
HexDE6B760342FD1624041
Octal3361531660645715542100101
Binary11011110110101111101100110100101111110110110001010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6B76; }

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

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

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

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

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

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

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

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