#DF5C68

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

Shades of Froly #DF5C68

Tints of Froly #DF5C68

Color information

#DF5C68 (or 0xDF5C68) is unknown color: approx Froly. HEX triplet: DF, 5C and 68. RGB value is (223,92,104). Sum of RGB (Red+Green+Blue) = 223+92+104=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5C68 is #20A397. Grayscale: #848484. Windows color (decimal): -2139032 or 6839519. OLE color: 6839519.

HSL color Cylindrical-coordinate representation of color #DF5C68: hue angle of 354.5º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5C68 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB22392104-
CMYK00.590.530.13
HSL354.5º67.18%61.76%-
HSV(B)354.5º58.74%87.45%-
XYZ36.7624.3415.86-
YUV132.54111.9192.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.22%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 104 (41.02% from 255) = 24.82%
R=53.22%
G=21.96%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239210400.590.530.13354.567.1861.76
HexDF5C6803B35D163433e
Octal337134150073651554310376
Binary1101111110111001101000011101111010111011011000111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5C68; }

 p { color: rgb(223,92,104); }

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

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

 a { background-color: rgb(223,92,104); }

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

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

 span { border-color: rgb(223,92,104); }

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