#DE777C

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

Shades of Froly #DE777C

Tints of Froly #DE777C

Color information

#DE777C (or 0xDE777C) is unknown color: approx Froly. HEX triplet: DE, 77 and 7C. RGB value is (222,119,124). Sum of RGB (Red+Green+Blue) = 222+119+124=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE777C is #218883. Grayscale: #969696. Windows color (decimal): -2197636 or 8157150. OLE color: 8157150.

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

Color convert

RGB222119124-
CMYK00.460.440.13
HSL357.09º60.95%66.86%-
HSV(B)357.09º46.4%87.06%-
XYZ40.3630.1822.77-
YUV150.37113.12179.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.74%
GREEN value IS 119 (46.88% from 255) = 25.59%
BLUE value IS 124 (48.83% from 255) = 26.67%
R=47.74%
G=25.59%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211912400.460.440.13357.0960.9566.86
HexDE777C02E2CD1653d43
Octal336167174056541554575103
Binary1101111011101111111100010111010110011011011001011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE777C; }

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

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

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

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

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

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

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

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