#DE6B79

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

Shades of Froly #DE6B79

Tints of Froly #DE6B79

Color information

#DE6B79 (or 0xDE6B79) is unknown color: approx Froly. HEX triplet: DE, 6B and 79. RGB value is (222,107,121). Sum of RGB (Red+Green+Blue) = 222+107+121=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6B79 is #219486. Grayscale: #8F8F8F. Windows color (decimal): -2200711 or 7957470. OLE color: 7957470.

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

Color convert

RGB222107121-
CMYK00.520.450.13
HSL352.7º63.54%64.51%-
HSV(B)352.7º51.8%87.06%-
XYZ38.8327.4321.34-
YUV142.98115.6184.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.33%
GREEN value IS 107 (42.19% from 255) = 23.78%
BLUE value IS 121 (47.66% from 255) = 26.89%
R=49.33%
G=23.78%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210712100.520.450.13352.763.5464.51
HexDE6B790342DD1614041
Octal3361531710645515541100101
Binary11011110110101111110010110100101101110110110000110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6B79; }

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

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

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

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

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

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

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

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