#DF5F71

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

Shades of Froly #DF5F71

Tints of Froly #DF5F71

Color information

#DF5F71 (or 0xDF5F71) is unknown color: approx Froly. HEX triplet: DF, 5F and 71. RGB value is (223,95,113). Sum of RGB (Red+Green+Blue) = 223+95+113=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5F71 is #20A08E. Grayscale: #878787. Windows color (decimal): -2138255 or 7430111. OLE color: 7430111.

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

Color convert

RGB22395113-
CMYK00.570.490.13
HSL351.56º66.67%62.35%-
HSV(B)351.56º57.4%87.45%-
XYZ37.525.0618.48-
YUV135.32115.41190.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.74%
GREEN value IS 95 (37.5% from 255) = 22.04%
BLUE value IS 113 (44.53% from 255) = 26.22%
R=51.74%
G=22.04%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239511300.570.490.13351.5666.6762.35
HexDF5F7103931D160433e
Octal337137161071611554010376
Binary1101111110111111110001011100111000111011011000001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5F71; }

 p { color: rgb(223,95,113); }

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

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

 a { background-color: rgb(223,95,113); }

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

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

 span { border-color: rgb(223,95,113); }

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