#DF6E76

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

Shades of Froly #DF6E76

Tints of Froly #DF6E76

Color information

#DF6E76 (or 0xDF6E76) is unknown color: approx Froly. HEX triplet: DF, 6E and 76. RGB value is (223,110,118). Sum of RGB (Red+Green+Blue) = 223+110+118=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6E76 is #209189. Grayscale: #909090. Windows color (decimal): -2134410 or 7761631. OLE color: 7761631.

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

Color convert

RGB223110118-
CMYK00.510.470.13
HSL355.75º63.84%65.29%-
HSV(B)355.75º50.67%87.45%-
XYZ39.2828.1520.5-
YUV144.7112.94183.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.45%
GREEN value IS 110 (43.36% from 255) = 24.39%
BLUE value IS 118 (46.48% from 255) = 26.16%
R=49.45%
G=24.39%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311011800.510.470.13355.7563.8465.29
HexDF6E760332FD1644041
Octal3371561660635715544100101
Binary11011111110111011101100110011101111110110110010010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6E76; }

 p { color: rgb(223,110,118); }

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

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

 a { background-color: rgb(223,110,118); }

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

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

 span { border-color: rgb(223,110,118); }

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