#DF656F

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

Shades of Froly #DF656F

Tints of Froly #DF656F

Color information

#DF656F (or 0xDF656F) is unknown color: approx Froly. HEX triplet: DF, 65 and 6F. RGB value is (223,101,111). Sum of RGB (Red+Green+Blue) = 223+101+111=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF656F is #209A90. Grayscale: #8A8A8A. Windows color (decimal): -2136721 or 7300575. OLE color: 7300575.

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

Color convert

RGB223101111-
CMYK00.550.500.13
HSL355.08º65.59%63.53%-
HSV(B)355.08º54.71%87.45%-
XYZ37.9526.1418.08-
YUV138.62112.42188.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.26%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 111 (43.75% from 255) = 25.52%
R=51.26%
G=23.22%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310111100.550.500.13355.0865.5963.53
HexDF656F03732D1634240
Octal3371451570676215543102100
Binary11011111110010111011110110111110010110110110001110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF656F; }

 p { color: rgb(223,101,111); }

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

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

 a { background-color: rgb(223,101,111); }

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

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

 span { border-color: rgb(223,101,111); }

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