#DE7279

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

Shades of Froly #DE7279

Tints of Froly #DE7279

Color information

#DE7279 (or 0xDE7279) is unknown color: approx Froly. HEX triplet: DE, 72 and 79. RGB value is (222,114,121). Sum of RGB (Red+Green+Blue) = 222+114+121=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7279 is #218D86. Grayscale: #939393. Windows color (decimal): -2198919 or 7959262. OLE color: 7959262.

HSL color Cylindrical-coordinate representation of color #DE7279: hue angle of 356.11º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE7279 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB222114121-
CMYK00.490.450.13
HSL356.11º62.07%65.88%-
HSV(B)356.11º48.65%87.06%-
XYZ39.5928.9421.59-
YUV147.09113.28181.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.58%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 121 (47.66% from 255) = 26.48%
R=48.58%
G=24.95%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211412100.490.450.13356.1162.0765.88
HexDE72790312DD1643e42
Octal336162171061551554476102
Binary1101111011100101111001011000110110111011011001001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7279; }

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

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

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

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

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

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

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

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