#DF5F76

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

Shades of Froly #DF5F76

Tints of Froly #DF5F76

Color information

#DF5F76 (or 0xDF5F76) is unknown color: approx Froly. HEX triplet: DF, 5F and 76. RGB value is (223,95,118). Sum of RGB (Red+Green+Blue) = 223+95+118=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5F76 is #20A089. Grayscale: #878787. Windows color (decimal): -2138250 or 7757791. OLE color: 7757791.

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

Color convert

RGB22395118-
CMYK00.570.470.13
HSL349.22º66.67%62.35%-
HSV(B)349.22º57.4%87.45%-
XYZ37.7925.1820.01-
YUV135.89117.91190.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.15%
GREEN value IS 95 (37.5% from 255) = 21.79%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=51.15%
G=21.79%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239511800.570.470.13349.2266.6762.35
HexDF5F760392FD15d433e
Octal337137166071571553510376
Binary1101111110111111110110011100110111111011010111011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5F76; }

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

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

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

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

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

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

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

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