#DF7279

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

Shades of Froly #DF7279

Tints of Froly #DF7279

Color information

#DF7279 (or 0xDF7279) is unknown color: approx Froly. HEX triplet: DF, 72 and 79. RGB value is (223,114,121). Sum of RGB (Red+Green+Blue) = 223+114+121=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7279 is #208D86. Grayscale: #939393. Windows color (decimal): -2133383 or 7959263. OLE color: 7959263.

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

Color convert

RGB223114121-
CMYK00.490.460.13
HSL356.15º63.01%66.08%-
HSV(B)356.15º48.88%87.45%-
XYZ39.929.121.6-
YUV147.39113.11181.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.69%
GREEN value IS 114 (44.92% from 255) = 24.89%
BLUE value IS 121 (47.66% from 255) = 26.42%
R=48.69%
G=24.89%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311412100.490.460.13356.1563.0166.08
HexDF72790312ED1643f42
Octal337162171061561554477102
Binary1101111111100101111001011000110111011011011001001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7279; }

 p { color: rgb(223,114,121); }

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

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

 a { background-color: rgb(223,114,121); }

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

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

 span { border-color: rgb(223,114,121); }

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