#DF7475

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

Shades of Froly #DF7475

Tints of Froly #DF7475

Color information

#DF7475 (or 0xDF7475) is unknown color: approx Froly. HEX triplet: DF, 74 and 75. RGB value is (223,116,117). Sum of RGB (Red+Green+Blue) = 223+116+117=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7475 is #208B8A. Grayscale: #949494. Windows color (decimal): -2132875 or 7697631. OLE color: 7697631.

HSL color Cylindrical-coordinate representation of color #DF7475: hue angle of 359.44º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7475 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB223116117-
CMYK00.480.480.13
HSL359.44º62.57%66.47%-
HSV(B)359.44º47.98%87.45%-
XYZ39.8929.4620.41-
YUV148.11110.45181.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.90%
GREEN value IS 116 (45.70% from 255) = 25.44%
BLUE value IS 117 (46.09% from 255) = 25.66%
R=48.90%
G=25.44%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311611700.480.480.13359.4462.5766.47
HexDF747503030D1673f42
Octal337164165060601554777102
Binary1101111111101001110101011000011000011011011001111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7475; }

 p { color: rgb(223,116,117); }

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

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

 a { background-color: rgb(223,116,117); }

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

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

 span { border-color: rgb(223,116,117); }

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