#DE737E

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

Shades of Froly #DE737E

Tints of Froly #DE737E

Color information

#DE737E (or 0xDE737E) is unknown color: approx Froly. HEX triplet: DE, 73 and 7E. RGB value is (222,115,126). Sum of RGB (Red+Green+Blue) = 222+115+126=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE737E is #218C81. Grayscale: #949494. Windows color (decimal): -2198658 or 8287198. OLE color: 8287198.

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

Color convert

RGB222115126-
CMYK00.480.430.13
HSL353.83º61.85%66.08%-
HSV(B)353.83º48.2%87.06%-
XYZ40.0229.323.28-
YUV148.25115.45180.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.95%
GREEN value IS 115 (45.31% from 255) = 24.84%
BLUE value IS 126 (49.61% from 255) = 27.21%
R=47.95%
G=24.84%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211512600.480.430.13353.8361.8566.08
HexDE737E0302BD1623e42
Octal336163176060531554276102
Binary1101111011100111111110011000010101111011011000101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE737E; }

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

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

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

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

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

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

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

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