#DE6B73

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

Shades of Froly #DE6B73

Tints of Froly #DE6B73

Color information

#DE6B73 (or 0xDE6B73) is unknown color: approx Froly. HEX triplet: DE, 6B and 73. RGB value is (222,107,115). Sum of RGB (Red+Green+Blue) = 222+107+115=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6B73 is #21948C. Grayscale: #8E8E8E. Windows color (decimal): -2200717 or 7564254. OLE color: 7564254.

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

Color convert

RGB222107115-
CMYK00.520.480.13
HSL355.83º63.54%64.51%-
HSV(B)355.83º51.8%87.06%-
XYZ38.4827.2819.46-
YUV142.3112.6184.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50%
GREEN value IS 107 (42.19% from 255) = 24.10%
BLUE value IS 115 (45.31% from 255) = 25.90%
R=50%
G=24.10%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210711500.520.480.13355.8363.5464.51
HexDE6B7303430D1644041
Octal3361531630646015544100101
Binary11011110110101111100110110100110000110110110010010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6B73; }

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

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

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

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

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

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

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

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