#DF6C77

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

Shades of Froly #DF6C77

Tints of Froly #DF6C77

Color information

#DF6C77 (or 0xDF6C77) is unknown color: approx Froly. HEX triplet: DF, 6C and 77. RGB value is (223,108,119). Sum of RGB (Red+Green+Blue) = 223+108+119=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6C77 is #209388. Grayscale: #8F8F8F. Windows color (decimal): -2134921 or 7826655. OLE color: 7826655.

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

Color convert

RGB223108119-
CMYK00.520.470.13
HSL354.26º64.25%64.9%-
HSV(B)354.26º51.57%87.45%-
XYZ39.1227.7520.75-
YUV143.64114.1184.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.56%
GREEN value IS 108 (42.58% from 255) = 24%
BLUE value IS 119 (46.88% from 255) = 26.44%
R=49.56%
G=24%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310811900.520.470.13354.2664.2564.9
HexDF6C770342FD1624041
Octal3371541670645715542100101
Binary11011111110110011101110110100101111110110110001010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6C77; }

 p { color: rgb(223,108,119); }

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

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

 a { background-color: rgb(223,108,119); }

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

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

 span { border-color: rgb(223,108,119); }

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