#DE7780

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

Shades of Froly #DE7780

Tints of Froly #DE7780

Color information

#DE7780 (or 0xDE7780) is unknown color: approx Froly. HEX triplet: DE, 77 and 80. RGB value is (222,119,128). Sum of RGB (Red+Green+Blue) = 222+119+128=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7780 is #21887F. Grayscale: #969696. Windows color (decimal): -2197632 or 8419294. OLE color: 8419294.

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

Color convert

RGB222119128-
CMYK00.460.420.13
HSL354.76º60.95%66.86%-
HSV(B)354.76º46.4%87.06%-
XYZ40.6230.2824.13-
YUV150.82115.12178.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.33%
GREEN value IS 119 (46.88% from 255) = 25.37%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=47.33%
G=25.37%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211912800.460.420.13354.7660.9566.86
HexDE778002E2AD1633d43
Octal336167200056521554375103
Binary11011110111011110000000010111010101011011011000111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7780; }

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

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

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

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

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

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

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

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