#DF7C82

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

Shades of Froly #DF7C82

Tints of Froly #DF7C82

Color information

#DF7C82 (or 0xDF7C82) is unknown color: approx Froly. HEX triplet: DF, 7C and 82. RGB value is (223,124,130). Sum of RGB (Red+Green+Blue) = 223+124+130=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C82 is #20837D. Grayscale: #9A9A9A. Windows color (decimal): -2130814 or 8551647. OLE color: 8551647.

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

Color convert

RGB223124130-
CMYK00.440.420.13
HSL356.36º60.74%68.04%-
HSV(B)356.36º44.39%87.45%-
XYZ41.6731.7125.04-
YUV154.28114.3177.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.75%
GREEN value IS 124 (48.83% from 255) = 26.00%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=46.75%
G=26.00%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312413000.440.420.13356.3660.7468.04
HexDF7C8202C2AD1643d44
Octal337174202054521554475104
Binary11011111111110010000010010110010101011011011001001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7C82; }

 p { color: rgb(223,124,130); }

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

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

 a { background-color: rgb(223,124,130); }

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

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

 span { border-color: rgb(223,124,130); }

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