#DF7C7E

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

Shades of Froly #DF7C7E

Tints of Froly #DF7C7E

Color information

#DF7C7E (or 0xDF7C7E) is unknown color: approx Froly. HEX triplet: DF, 7C and 7E. RGB value is (223,124,126). Sum of RGB (Red+Green+Blue) = 223+124+126=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7C7E is #208381. Grayscale: #999999. Windows color (decimal): -2130818 or 8289503. OLE color: 8289503.

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

Color convert

RGB223124126-
CMYK00.440.430.13
HSL358.79º60.74%68.04%-
HSV(B)358.79º44.39%87.45%-
XYZ41.431.6123.66-
YUV153.83112.3177.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.15%
GREEN value IS 124 (48.83% from 255) = 26.22%
BLUE value IS 126 (49.61% from 255) = 26.64%
R=47.15%
G=26.22%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312412600.440.430.13358.7960.7468.04
HexDF7C7E02C2BD1673d44
Octal337174176054531554775104
Binary1101111111111001111110010110010101111011011001111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7C7E; }

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

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

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

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

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

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

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

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