#DE717C

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

Shades of Froly #DE717C

Tints of Froly #DE717C

Color information

#DE717C (or 0xDE717C) is unknown color: approx Froly. HEX triplet: DE, 71 and 7C. RGB value is (222,113,124). Sum of RGB (Red+Green+Blue) = 222+113+124=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE717C is #218E83. Grayscale: #929292. Windows color (decimal): -2199172 or 8155614. OLE color: 8155614.

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

Color convert

RGB222113124-
CMYK00.490.440.13
HSL353.94º62.29%65.69%-
HSV(B)353.94º49.1%87.06%-
XYZ39.6728.822.54-
YUV146.84115.11181.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.37%
GREEN value IS 113 (44.53% from 255) = 24.62%
BLUE value IS 124 (48.83% from 255) = 27.02%
R=48.37%
G=24.62%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211312400.490.440.13353.9462.2965.69
HexDE717C0312CD1623e42
Octal336161174061541554276102
Binary1101111011100011111100011000110110011011011000101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE717C; }

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

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

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

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

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

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

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

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