#DE777A

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

Shades of Froly #DE777A

Tints of Froly #DE777A

Color information

#DE777A (or 0xDE777A) is unknown color: approx Froly. HEX triplet: DE, 77 and 7A. RGB value is (222,119,122). Sum of RGB (Red+Green+Blue) = 222+119+122=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE777A is #218885. Grayscale: #969696. Windows color (decimal): -2197638 or 8026078. OLE color: 8026078.

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

Color convert

RGB222119122-
CMYK00.460.450.13
HSL358.25º60.95%66.86%-
HSV(B)358.25º46.4%87.06%-
XYZ40.2330.1322.11-
YUV150.14112.12179.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.95%
GREEN value IS 119 (46.88% from 255) = 25.70%
BLUE value IS 122 (48.05% from 255) = 26.35%
R=47.95%
G=25.70%
B=26.35%

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
Decimal22211912200.460.450.13358.2560.9566.86
HexDE777A02E2DD1663d43
Octal336167172056551554675103
Binary1101111011101111111010010111010110111011011001101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE777A; }

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

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

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

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

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

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

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

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