#DE6B77

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

Shades of Froly #DE6B77

Tints of Froly #DE6B77

Color information

#DE6B77 (or 0xDE6B77) is unknown color: approx Froly. HEX triplet: DE, 6B and 77. RGB value is (222,107,119). Sum of RGB (Red+Green+Blue) = 222+107+119=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6B77 is #219488. Grayscale: #8E8E8E. Windows color (decimal): -2200713 or 7826398. OLE color: 7826398.

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

Color convert

RGB222107119-
CMYK00.520.460.13
HSL353.74º63.54%64.51%-
HSV(B)353.74º51.8%87.06%-
XYZ38.7127.3820.7-
YUV142.75114.6184.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.55%
GREEN value IS 107 (42.19% from 255) = 23.88%
BLUE value IS 119 (46.88% from 255) = 26.56%
R=49.55%
G=23.88%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210711900.520.460.13353.7463.5464.51
HexDE6B770342ED1624041
Octal3361531670645615542100101
Binary11011110110101111101110110100101110110110110001010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6B77; }

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

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

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

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

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

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

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

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