#DE6B78

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

Shades of Froly #DE6B78

Tints of Froly #DE6B78

Color information

#DE6B78 (or 0xDE6B78) is unknown color: approx Froly. HEX triplet: DE, 6B and 78. RGB value is (222,107,120). Sum of RGB (Red+Green+Blue) = 222+107+120=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6B78 is #219487. Grayscale: #8E8E8E. Windows color (decimal): -2200712 or 7891934. OLE color: 7891934.

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

Color convert

RGB222107120-
CMYK00.520.460.13
HSL353.22º63.54%64.51%-
HSV(B)353.22º51.8%87.06%-
XYZ38.7727.421.01-
YUV142.87115.1184.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.44%
GREEN value IS 107 (42.19% from 255) = 23.83%
BLUE value IS 120 (47.27% from 255) = 26.73%
R=49.44%
G=23.83%
B=26.73%

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
Decimal22210712000.520.460.13353.2263.5464.51
HexDE6B780342ED1614041
Octal3361531700645615541100101
Binary11011110110101111110000110100101110110110110000110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6B78; }

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

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

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

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

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

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

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

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