#DE6877

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

Shades of Froly #DE6877

Tints of Froly #DE6877

Color information

#DE6877 (or 0xDE6877) is unknown color: approx Froly. HEX triplet: DE, 68 and 77. RGB value is (222,104,119). Sum of RGB (Red+Green+Blue) = 222+104+119=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6877 is #219788. Grayscale: #8D8D8D. Windows color (decimal): -2201481 or 7825630. OLE color: 7825630.

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

Color convert

RGB222104119-
CMYK00.530.460.13
HSL352.37º64.13%63.92%-
HSV(B)352.37º53.15%87.06%-
XYZ38.426.7620.59-
YUV140.99115.59185.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.89%
GREEN value IS 104 (41.02% from 255) = 23.37%
BLUE value IS 119 (46.88% from 255) = 26.74%
R=49.89%
G=23.37%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210411900.530.460.13352.3764.1363.92
HexDE68770352ED1604040
Octal3361501670655615540100100
Binary11011110110100011101110110101101110110110110000010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6877; }

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

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

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

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

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

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

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

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