#DF7D7F

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

Shades of Froly #DF7D7F

Tints of Froly #DF7D7F

Color information

#DF7D7F (or 0xDF7D7F) is unknown color: approx Froly. HEX triplet: DF, 7D and 7F. RGB value is (223,125,127). Sum of RGB (Red+Green+Blue) = 223+125+127=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D7F is #208280. Grayscale: #9A9A9A. Windows color (decimal): -2130561 or 8355295. OLE color: 8355295.

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

Color convert

RGB223125127-
CMYK00.440.430.13
HSL358.78º60.49%68.24%-
HSV(B)358.78º43.95%87.45%-
XYZ41.631.8924.04-
YUV154.53112.47176.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.95%
GREEN value IS 125 (49.22% from 255) = 26.32%
BLUE value IS 127 (50% from 255) = 26.74%
R=46.95%
G=26.32%
B=26.74%

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
Decimal22312512700.440.430.13358.7860.4968.24
HexDF7D7F02C2BD1673c44
Octal337175177054531554774104
Binary1101111111111011111111010110010101111011011001111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D7F; }

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

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

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

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

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

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

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

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