#DE6879

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

Shades of Froly #DE6879

Tints of Froly #DE6879

Color information

#DE6879 (or 0xDE6879) is unknown color: approx Froly. HEX triplet: DE, 68 and 79. RGB value is (222,104,121). Sum of RGB (Red+Green+Blue) = 222+104+121=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6879 is #219786. Grayscale: #8D8D8D. Windows color (decimal): -2201479 or 7956702. OLE color: 7956702.

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

Color convert

RGB222104121-
CMYK00.530.450.13
HSL351.36º64.13%63.92%-
HSV(B)351.36º53.15%87.06%-
XYZ38.5326.8121.23-
YUV141.22116.59185.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.66%
GREEN value IS 104 (41.02% from 255) = 23.27%
BLUE value IS 121 (47.66% from 255) = 27.07%
R=49.66%
G=23.27%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210412100.530.450.13351.3664.1363.92
HexDE68790352DD15f4040
Octal3361501710655515537100100
Binary11011110110100011110010110101101101110110101111110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6879; }

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

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

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

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

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

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

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

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