#DE717E

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

Shades of Froly #DE717E

Tints of Froly #DE717E

Color information

#DE717E (or 0xDE717E) is unknown color: approx Froly. HEX triplet: DE, 71 and 7E. RGB value is (222,113,126). Sum of RGB (Red+Green+Blue) = 222+113+126=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE717E is #218E81. Grayscale: #939393. Windows color (decimal): -2199170 or 8286686. OLE color: 8286686.

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

Color convert

RGB222113126-
CMYK00.490.430.13
HSL352.84º62.29%65.69%-
HSV(B)352.84º49.1%87.06%-
XYZ39.828.8523.21-
YUV147.07116.11181.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.16%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 126 (49.61% from 255) = 27.33%
R=48.16%
G=24.51%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211312600.490.430.13352.8462.2965.69
HexDE717E0312BD1613e42
Octal336161176061531554176102
Binary1101111011100011111110011000110101111011011000011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE717E; }

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

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

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

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

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

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

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

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