#DE767D

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

Shades of Froly #DE767D

Tints of Froly #DE767D

Color information

#DE767D (or 0xDE767D) is unknown color: approx Froly. HEX triplet: DE, 76 and 7D. RGB value is (222,118,125). Sum of RGB (Red+Green+Blue) = 222+118+125=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE767D is #218982. Grayscale: #959595. Windows color (decimal): -2197891 or 8222430. OLE color: 8222430.

HSL color Cylindrical-coordinate representation of color #DE767D: hue angle of 355.96º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE767D is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB222118125-
CMYK00.470.440.13
HSL355.96º61.18%66.67%-
HSV(B)355.96º46.85%87.06%-
XYZ40.329.9723.06-
YUV149.89113.96179.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.74%
GREEN value IS 118 (46.48% from 255) = 25.38%
BLUE value IS 125 (49.22% from 255) = 26.88%
R=47.74%
G=25.38%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211812500.470.440.13355.9661.1866.67
HexDE767D02F2CD1643d43
Octal336166175057541554475103
Binary1101111011101101111101010111110110011011011001001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE767D; }

 p { color: rgb(222,118,125); }

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

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

 a { background-color: rgb(222,118,125); }

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

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

 span { border-color: rgb(222,118,125); }

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