#DE7779

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

Shades of Froly #DE7779

Tints of Froly #DE7779

Color information

#DE7779 (or 0xDE7779) is unknown color: approx Froly. HEX triplet: DE, 77 and 79. RGB value is (222,119,121). Sum of RGB (Red+Green+Blue) = 222+119+121=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7779 is #218886. Grayscale: #969696. Windows color (decimal): -2197639 or 7960542. OLE color: 7960542.

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

Color convert

RGB222119121-
CMYK00.460.450.13
HSL358.83º60.95%66.86%-
HSV(B)358.83º46.4%87.06%-
XYZ40.1730.121.78-
YUV150.02111.62179.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.05%
GREEN value IS 119 (46.88% from 255) = 25.76%
BLUE value IS 121 (47.66% from 255) = 26.19%
R=48.05%
G=25.76%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211912100.460.450.13358.8360.9566.86
HexDE777902E2DD1673d43
Octal336167171056551554775103
Binary1101111011101111111001010111010110111011011001111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7779; }

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

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

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

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

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

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

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

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