#DF7D7E

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

Shades of Froly #DF7D7E

Tints of Froly #DF7D7E

Color information

#DF7D7E (or 0xDF7D7E) is unknown color: approx Froly. HEX triplet: DF, 7D and 7E. RGB value is (223,125,126). Sum of RGB (Red+Green+Blue) = 223+125+126=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D7E is #208281. Grayscale: #9A9A9A. Windows color (decimal): -2130562 or 8289759. OLE color: 8289759.

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

Color convert

RGB223125126-
CMYK00.440.430.13
HSL359.39º60.49%68.24%-
HSV(B)359.39º43.95%87.45%-
XYZ41.5331.8623.7-
YUV154.42111.97176.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.05%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 126 (49.61% from 255) = 26.58%
R=47.05%
G=26.37%
B=26.58%

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
Decimal22312512600.440.430.13359.3960.4968.24
HexDF7D7E02C2BD1673c44
Octal337175176054531554774104
Binary1101111111111011111110010110010101111011011001111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D7E; }

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

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

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

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

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

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

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

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